Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
SynonymQuery.Builder |
SynonymQuery.Builder.addTerm(Term term)
Adds the provided
term as a synonym. |
SynonymQuery.Builder |
SynonymQuery.Builder.addTerm(Term term,
float boost)
Adds the provided
term as a synonym, document frequencies of this term
will be boosted by boost . |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.