Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
Explanation.IDFExplanation |
Similarity.idfExplain(java.util.Collection terms,
Searcher searcher)
Computes a score factor for a phrase.
|
Explanation.IDFExplanation |
Similarity.idfExplain(Term term,
Searcher searcher)
Computes a score factor for a simple term and returns an explanation
for that score factor.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.