Re: solr querying doesn't return result

2012-06-26 Thread Erick Erickson
It _sounds_ like you changed your schema.xml file in the process. Essentially, any time you change your schema, re-indexing everything is called for. FWIW, Erick On Tue, Jun 26, 2012 at 3:51 PM, zsy715 wrote: > I think I have fixed the problem by just importing data again. Finally~~ > > -- > Vie

Re: solr querying doesn't return result

2012-06-26 Thread zsy715
actually, it works when type model:* but not for model:F100(F100 is a model number) -- View this message in context: http://lucene.472066.n3.nabble.com/solr-querying-doesn-t-return-result-tp3991424p3991426.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr querying doesn't return result

2012-06-26 Thread zsy715
I think I have fixed the problem by just importing data again. Finally~~ -- View this message in context: http://lucene.472066.n3.nabble.com/solr-querying-doesn-t-return-result-tp3991424p3991433.html Sent from the Solr - User mailing list archive at Nabble.com.

solr querying doesn't return result

2012-06-26 Thread zsy715
Hey guys, I am new to solr. Recently, I have configured solr which connects to hsql database. I have a table ac_model which has two columns one is id_ac_model and another one is ac_model. I run example-DIH and it works fine when I type *:* and acid:*(or number) but it doesn't work when I type mode