org.nuiton.wikitty.storage.solr
Class Restriction2Solr
java.lang.Object
org.nuiton.wikitty.storage.solr.Restriction2Solr
public class Restriction2Solr
- extends Object
- Author:
- "Nicolas Chapurlat" , "Guillaume DufrĂȘne"
This class is used to parse Restriction to create lucene request on
content. Every operators describe in RestrictionName is handle. Parsing may
throw exception when restriction parameters are incorrect.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dummyFieldModifier
protected static final FieldModifier dummyFieldModifier
fieldModifer
protected FieldModifier fieldModifer
transaction
protected WikittyTransaction transaction
Restriction2Solr
public Restriction2Solr()
Restriction2Solr
public Restriction2Solr(WikittyTransaction transaction,
FieldModifier fieldModifer)
toSolr
public String toSolr(Restriction restriction)
toSolr
public String toSolr(Restriction restriction,
org.apache.solr.client.solrj.SolrServer solr)
throws WikittyException
- Throws:
WikittyException
Copyright © 2009-2010 CodeLutin. All Rights Reserved.