schema design question: OR query over 2 fields or on a multivalued field?

2009-12-26 Thread Andy
I have documents that represent Companies. Each company has a field "Internet" which is a boolean field, True means the company is an Internet company. There's also another field "location" which is the city the company is located in, eg. "Austin" or "Houston". A company can be both an Internet

Re: absolute search

2009-12-26 Thread Erick Erickson
Hmmm, nothing jumps out at me. What does Luke show you is actually in your index in the field in question? And what does adding debugQuery=on to the query show? On Thu, Dec 24, 2009 at 8:44 PM, Olala wrote: > > > Oh,yes, that is my schema config: > > > > >i

Problem with simple use of DIH

2009-12-26 Thread Jay Fisher
I'm trying to use DataImportHandler to load my index and having some strange results. I have two tables in my database. DPRODUC contains products and FSKUMAS contains the skus related to each product. This is the data-config I'm using.

Clustering Query Solrj

2009-12-26 Thread Allahbaksh Asadullah
Hi, How do I set Clustering true in Solrj. How do I access clustering result. I am using Solr 1.4. Regards, Allahbaksh

Re: Search both diacritics and non-diacritics

2009-12-26 Thread Chris Hostetter
: I am developing a seach engine with Solr, and now I want to search both with : and without diacritics, for example: if I query kho, it will response kho, : khó, khò,... But if I query khó, it will response only khó. : : Who anyone have solution? I have used but it is not correct :( try ASCIIF