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 |
fieldModifer
protected FieldModifier fieldModifer
transaction
protected WikittyTransaction transaction
Restriction2Solr
public Restriction2Solr(WikittyTransaction transaction,
FieldModifier fieldModifer)
toSolr
public String toSolr(Restriction restriction,
org.apache.solr.client.solrj.SolrServer solr)
throws WikittyException
- Throws:
WikittyException
Copyright © 2009-2012 CodeLutin. All Rights Reserved.