| Package | Description |
|---|---|
| org.gcube.search.datafusion | |
| org.gcube.search.datafusion.datatypes | |
| org.gcube.search.datafusion.helpers |
| Modifier and Type | Method and Description |
|---|---|
static URI |
DataFusion.rerankRecords(Iterator<PositionalRecordWrapper> iter,
String query,
int count,
List<String> snippetFields,
Boolean includePosition)
Takes an iterator of
PositionalRecordWrappers and puts them in a lucene index. |
| Modifier and Type | Method and Description |
|---|---|
PositionalRecordWrapper |
RSFusedIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Long> |
IndexHelper.feedLucene(org.apache.lucene.store.Directory index,
Iterator<PositionalRecordWrapper> iter,
List<String> snippetFields,
Set<String> fields,
int count)
Feeds the lucene index with (maximum count) records that are retrieved from the iter.
|
Copyright © 2016. All Rights Reserved.