I am using solr for search . i am facing problem with wildcard searches.
when i search for dia?mond i get result for diamond
but when i search for ban?le i get no result.
what can be the problem
-
Thanks & Regards
Romi
--
View this message in context:
http://lucene.472066.n3.nabble.com/prob
i have implemented search in my E commerce application. which hit
solr(running on port 8983) to get the search result
solr url is
*url
=solrURL+"/solr/db/select/?qt=dismax&wt=json&&start="+start+"&rows="+end+"&q="+lowerCaseQuery+"&hl=true&hl.fl=text&hl.usePhraseHighlighter=true&sort=
score desc
Hi,
Is anbody using lots of core feature in production? Is this feature
scalable. I have around 1000 core and want to use this feature. Will there
be any issue in production?
http://wiki.apache.org/solr/LotsOfCores
Thanks,
Umesh
--
View this message in context:
http://lucene.472066.n3.nabble.c
This is more of a jQuery question than a question about Solr. In any case,
if Solr isn't running at the location specified, then the connection will be
refused, and an error will be thrown. You can easily set up a handler that
will fire when this event occurs:
http://api.jquery.com/ajaxError/
On
Bernd, in our case, optimizing the index seems to flush the FieldCache for
some reason. On the other hand, doing a few commits without optimizing seems
to make the problem worse.
Hope that helps, we would like to give it a try and debug this in Lucene,
but are pressed for time right now. Perhaps l