You're on a multicore setup, are you sure you're indexing and searching
to the same core?

the fact that it works for you in Jetty but not Tomcat sure looks like
you've set your Tomcat instance up differently, there shouldn't be any
difference between the two from a Solr perspective.

Best
Erick

On Fri, Sep 2, 2011 at 11:11 AM, kumar8anuj <kumar.an...@gmail.com> wrote:
> status of both the fields are mentioned below, which clearly shows there is
> no document in text field. I have also tried to search some terms mentioned
> in the documents but their is no results.
>
> *Field: id*
>
> Field Type: string
>
> Properties: Indexed, Stored, Omit Norms, undefined, Sort Missing Last
>
> Schema: Indexed, Stored, Omit Norms, undefined, Sort Missing Last
>
> Index: Indexed, Stored, Omit Norms
>
> Index Analyzer: org.apache.solr.schema.FieldType$DefaultAnalyzer
>
> Query Analyzer: org.apache.solr.schema.FieldType$DefaultAnalyzer
>
> Docs: 3
>
> *Field Type: text*
>
> Properties: Indexed, Tokenized, Multivalued
>
> Schema: Indexed, Tokenized, Multivalued
>
> Copied From: cat manu name features includes
>
> Position Increment Gap: 100
>
> Index Analyzer: org.apache.solr.analysis.TokenizerChain Details
>
> Query Analyzer: org.apache.solr.analysis.TokenizerChain Details
>
> Docs: 0
>
>
>
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/index-not-created-tp3300744p3304497.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to