| Package | Description |
|---|---|
| org.alfresco.solr.query |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteStructuredFieldPosition
This class patches a term at a specified location.
|
class |
AbstractStructuredFieldPosition |
class |
AnyStructuredFieldPosition |
class |
DescendantAndSelfStructuredFieldPosition |
class |
RelativeStructuredFieldPosition
Search for a term relative to the last one found.
|
class |
SelfAxisStructuredFieldPosition |
| Modifier and Type | Method and Description |
|---|---|
StructuredFieldPosition |
StructuredFieldTerm.getSfp() |
| Modifier and Type | Method and Description |
|---|---|
List<StructuredFieldPosition> |
SolrPathQuery.getPathStructuredFieldPositions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrPathQuery.appendQuery(List<StructuredFieldPosition> sfps) |
void |
SolrPathQuery.setQuery(List<StructuredFieldPosition> path) |
| Constructor and Description |
|---|
SolrContainerScorer(org.apache.lucene.search.Weight weight,
org.apache.lucene.index.PostingsEnum root,
StructuredFieldPosition[] positions)
The arguments here follow the same pattern as used by the PhraseQuery.
|
StructuredFieldTerm(org.apache.lucene.index.Term term,
StructuredFieldPosition sfp) |
Copyright © 2005–2020 Alfresco Software. All rights reserved.