Giter Site home page Giter Site logo

lucene-utils's Introduction

Lucene Utils

Tooling to work with lucene index files. This is an experimental project and in verly early stages.

Sample Parsed SegmentInfo

Ok(
    SegmentInfos {
        version: 4,
        index_created_version: 10,
        generation: 1,
        lucene_version: (10,0,0),
        id: [86,20,232,254,232,129,34,124,90,106,95,58,227,218,195,10],
        counter: 1,
        num_segments: 1,
        min_segment_lucene_version: (10,0,0),
        segments: [
            SegmentInfo {
                name: "_0",
                id: [86,20,232,254,232,129,34,124,90,106,95,58,227,218,195,7],
                version: (10,0,0),
                min_version: Some((10,0,0)),
                doc_count: 2,
                is_compound_file: true,
                diagnostics: {
                    "java.vendor": "Amazon.com Inc.",
                    "source": "flush",
                    "os.arch": "aarch64",
                    "os.version": "13.0",
                    "java.runtime.version": "17.0.6+10-LTS",
                    "os": "Mac OS X",
                    "timestamp": "1690600805698",
                    "lucene.version": "10.0.0",
                },
                files: {
                    "_0.cfe",
                    "_0.cfs",
                    "_0.si",
                },
                attributes: {
                    "Lucene90StoredFieldsFormat.mode": "BEST_SPEED",
                },
                sort_fields: [],
            },
        ],
    },
)

lucene-utils's People

Contributors

kanatti avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.