Hello,
I have the following problem. I am doing a search by street name, but I
would like to use the fuzzy capabilities of Solr.
My example:
I search for street name:ALCALA (query: NVIAC:ALCALA) and I get this result:
079
2807900132
28
MADRID
ALCALA
CALLE
but... if I do NVIAC:ALCALO~ I would
BINGO!!
Yep, I actually was assuming that the ID field was unique; and after your
response I went to my DBA and he told me that it wasn't.
Then, I made up a unique key by concattening three fields and that works.
Thanks a lot for your very helpful answer!
--
View this message in context:
http:
Thanks a lot for your answer; really appreciated.
Unfortunately, I am still getting the same number of results:
- I tried by refreshing the browser cache.
- I tried another search by the ID:*
- And went to the http://localhost:8983/solr/browse?q=
... and got the same number of results. (383 resu
Hello,
I have seen that I am getting 913 documents indexed:
1
913
0
2012-01-25 10:22:39
Indexing completed. Added/Updated: 913 documents. Deleted 0
documents.
2012-01-25 10:22:44
2012-01-25 10:22:44
913
0:0:5.10
... and, when I do a search for *:* (all documents) I get 383 results
Is this norm
Hello,
I am a newbie in this Solr world and I am getting surprised because I try to
do searches, both with the browser interface and by using a Java client and
the expected results do not appear.
The issue is:
1) I have set up an entity called "via" in my data-config.xml with 5 fields.
I do the