So on the lucene side I am only using:

http://lucene.apache.org/core/3_6_0/api/core/org/apache/lucene/document/Field.html#Field(java.lang.String,
java.lang.String, org.apache.lucene.document.Field.Store,
org.apache.lucene.document.Field.Index)

and
http://lucene.apache.org/core/3_6_0/api/core/org/apache/lucene/document/NumericField.html#NumericField(java.lang.String,
org.apache.lucene.document.Field.Store, boolean)

to index my fields.

How does this line up with solr?

What do I use for my field types in my schema and how will this affect my
use and/or limits of using solr's query and index configurations?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Copy-lucene-index-into-Solr-tp3997078p3997105.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to