com.browseengine.bobo.service
Class BrowseQueryParser.SelectionNode

java.lang.Object
  extended by com.browseengine.bobo.service.BrowseQueryParser.SelectionNode
Enclosing interface:
BrowseQueryParser

public static class BrowseQueryParser.SelectionNode
extends Object


Constructor Summary
BrowseQueryParser.SelectionNode()
           
BrowseQueryParser.SelectionNode(String fieldName, org.apache.lucene.search.DocIdSet docSet)
           
 
Method Summary
 org.apache.lucene.search.DocIdSet getDocSet()
           
 String getFieldName()
           
 void setDocSet(org.apache.lucene.search.DocIdSet docSet)
           
 void setFieldName(String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowseQueryParser.SelectionNode

public BrowseQueryParser.SelectionNode()

BrowseQueryParser.SelectionNode

public BrowseQueryParser.SelectionNode(String fieldName,
                                       org.apache.lucene.search.DocIdSet docSet)
Method Detail

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.