com.browseengine.bobo.service
Class BrowseQueryParser.SelectionNode
java.lang.Object
com.browseengine.bobo.service.BrowseQueryParser.SelectionNode
- Enclosing interface:
- BrowseQueryParser
public static class BrowseQueryParser.SelectionNode
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrowseQueryParser.SelectionNode
public BrowseQueryParser.SelectionNode()
BrowseQueryParser.SelectionNode
public BrowseQueryParser.SelectionNode(String fieldName,
org.apache.lucene.search.DocIdSet docSet)
getFieldName
public String getFieldName()
setFieldName
public void setFieldName(String fieldName)
getDocSet
public org.apache.lucene.search.DocIdSet getDocSet()
setDocSet
public void setDocSet(org.apache.lucene.search.DocIdSet docSet)
Copyright © 2011. All Rights Reserved.