public interface WordIndex
| Modifier and Type | Method and Description |
|---|---|
List<String> |
queryExactText(String text,
int hits)
Retrieve candidates for an exact query on the "text" field.
|
List<String> |
queryPrefixText(String prefix,
int hits)
Retrieve candidates for auto completion on the "text" field.
|
List<String> |
queryText(String text,
int hits)
Retrieve candidates for a Proximity query on the "text" field.
|
Copyright © 2020. All rights reserved.