Fork me on GitHub
Search Results for

    Show / Hide Table of Contents

    list-term-info

    Name

    index-list-term-info - Gets document frequency and total number of occurrences of a term.

    Synopsis

    lucene index list-term-info <INDEX_DIRECTORY> <FIELD> <TERM> [?|-h|--help]
    

    Description

    Gets document frequency and total number of occurrences (sum of the term frequency for each document) of a term.

    Arguments

    INDEX_DIRECTORY

    The directory of the index.

    FIELD

    The field to consider.

    TERM

    The term to consider.

    Options

    ?|-h|--help

    Prints out a short help for the command.

    Example

    List the term information from the index located at C:\project-index\:

    lucene index list-term-info C:\project-index
    
    • Improve this Doc
    In This Article
    Back to top Copyright © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.