Hello,
I had this question to ask regarding building of a Solr query . On the solr
server running on a linux box my query that returns results is as follows ,
this one of course returns the search results
http://ncbu-cam35-2:17003/apache-solr-1.4.0/profile/select/?q=Bangalore&version=2.2&start=
Hello,
I had this question to ask regarding building of a Solr query . On the solr
server running on a linux box my query that returns results is as follows ,
this one of course returns the search results
http://ncbu-cam35-2:17003/apache-solr-1.4.0/profile/select/?q=Bangalore&version=2.2&start=
Hello,
I am running a simple prg
http://old.nabble.com/file/p26779970/SolrjTest.java SolrjTest.java to get
search results from a remote Solr server , I seem to correctly get back the
number of documents that match my query , but I am not able to display the
search results themselves .
My ques
Hello,
At the risk of asking a highly general question , can anybody give me
pointers or best practices on how best one can package SOLR & its associated
file as a Linux rps file , so that this core/instance can be ported on
multiple instances ? If anybody has experience working on such a system
Hello,
I tried to force case insensitive search by having the following setting in
my schema.xml file which I guess is standard for Case sensitive searches :
However when I perform searches on "San Jose" & "san jose" , I ge