|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.search.impl.lucene.query.AbstractStructuredFieldPosition
org.alfresco.repo.search.impl.lucene.query.AnyStructuredFieldPosition
public class AnyStructuredFieldPosition
Constructor Summary | |
---|---|
AnyStructuredFieldPosition()
|
|
AnyStructuredFieldPosition(java.lang.String termText)
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
int |
matches(int start,
int end,
int offset)
Does this element match |
Methods inherited from class org.alfresco.repo.search.impl.lucene.query.AbstractStructuredFieldPosition |
---|
allowslinkingByParent, allowsLinkingBySelf, getCachingTermPositions, getPosition, getTermText, isAbsolute, isDescendant, isRelative, isTerminal, linkParent, linkSelf, matchesAll, setCachingTermPositions, setTerminal, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnyStructuredFieldPosition(java.lang.String termText)
public AnyStructuredFieldPosition()
Method Detail |
---|
public int matches(int start, int end, int offset) throws java.io.IOException
StructuredFieldPosition
start
- -
the start postion of the paths termsend
- -
the end position of the paths termsoffset
- -
the current offset in the path
java.io.IOException
public java.lang.String getDescription()
getDescription
in class AbstractStructuredFieldPosition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |