: 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
Hi,
How do I set Clustering true in Solrj. How do I access clustering result. I
am using Solr 1.4.
Regards,
Allahbaksh
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.
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
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