Package | Description |
---|---|
org.alfresco.repo.search.impl.lucene.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> |
PathQuery.getPathStructuredFieldPositions() |
List<StructuredFieldPosition> |
PathQuery.getQNameStructuredFieldPositions() |
Modifier and Type | Method and Description |
---|---|
void |
PathQuery.appendQuery(List<StructuredFieldPosition> sfps) |
void |
PathQuery.setQuery(List<StructuredFieldPosition> path,
List<StructuredFieldPosition> qname) |
void |
PathQuery.setQuery(List<StructuredFieldPosition> path,
List<StructuredFieldPosition> qname) |
Constructor and Description |
---|
ContainerScorer(org.apache.lucene.search.Weight weight,
org.apache.lucene.index.TermPositions root,
StructuredFieldPosition[] positions,
org.apache.lucene.index.TermPositions containers,
org.apache.lucene.search.Similarity similarity,
byte[] norms)
The arguments here follow the same pattern as used by the PhraseQuery.
|
LeafScorer(org.apache.lucene.search.Weight weight,
org.apache.lucene.index.TermPositions root,
org.apache.lucene.index.TermPositions level0,
ContainerScorer containerScorer,
StructuredFieldPosition[] sfps,
boolean followParentInLevel0,
HashMap<String,org.alfresco.repo.search.impl.lucene.query.LeafScorer.Counter> selfIds,
org.apache.lucene.index.IndexReader reader,
org.apache.lucene.search.Similarity similarity,
byte[] norms,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
boolean repeat)
Constructor - should use an arg object ...
|
StructuredFieldTerm(org.apache.lucene.index.Term term,
StructuredFieldPosition sfp) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.