awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesMissing Value Queries

Search capabilities that find documents where a specified property is absent or has no value.

Distinct from Search Indexing: Distinct from Search Indexing: focuses on querying for absent or empty field values, not general indexing or retrieval.

Explore 3 awesome GitHub repositories matching data & databases · Missing Value Queries. Refine with filters or upvote what's useful.

Awesome Missing Value Queries GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • redisearch/redisearchRediSearch का अवतार

    RediSearch/RediSearch

    6,161GitHub पर देखें↗

    RediSearch is a Redis module that adds secondary indexing, full-text search, aggregation, and vector similarity search directly into the in-memory data store. It operates as an in-process search engine, extending the core key-value store with capabilities for indexing hash and JSON documents, enabling fast field-level lookups beyond primary key access. The module provides a full-text search engine built on inverted indexes, supporting stemming, fuzzy matching, and relevance scoring via tf-idf. It also includes a vector similarity search engine using a Hierarchical Navigable Small World graph

    Provides dedicated query functions for finding documents where a property is absent or empty.

    Cfulltextgeospatialgis
    GitHub पर देखें↗6,161
  • tonsky/datascripttonsky का अवतार

    tonsky/datascript

    5,767GitHub पर देखें↗

    Datascript is an immutable, in-memory state store and schema-based triple store. It manages application state as a versioned database, storing data as immutable facts consisting of an entity, attribute, value, and transaction. The project provides a logic engine for executing Datalog queries with support for implicit joins, recursive rules, and negation. It also features a declarative pull API for retrieving deeply nested entity graphs and related data structures. The database enforces data integrity through schema-driven constraints and attribute types. It supports atomic transactions, plug

    Provides specialized query predicates to identify entities that are missing specific attributes.

    Clojure
    GitHub पर देखें↗5,767
  • ravendb/ravendbravendb का अवतार

    ravendb/ravendb

    3,961GitHub पर देखें↗

    RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind

    Configures whether documents with missing fields are ignored or indexed as null values to control query results.

    C#csharpdatabasedocument-database
    GitHub पर देखें↗3,961
  1. Home
  2. Data & Databases
  3. Search Indexing
  4. Missing Value Queries

सब-टैग एक्सप्लोर करें

  • Null Value Indexing PoliciesConfiguring whether missing fields are ignored or indexed as null values. **Distinct from Missing Value Queries:** Distinct from Missing Value Queries: focuses on the indexing policy for missing fields rather than the query-time search for them.