Re: solr search

2009-11-06 Thread manishkbawne
Thanks for assistance. Actually I installed jdk 6 and my problem was resolved. But now I am getting this exception:- org.apache.solr.handler.dataimport.DataImportHandlerException: Unable to execute query: select PkMenuId from WCM_Menu Processing Document # 1 at

Re: MoreLikeThis and filtering/restricting on target fields

2009-11-06 Thread Alexey Serba
Hi Cody, I have tried using MLT as a search component so that it has access to filter queries (via fq) but I cannot seem to get it to give me any data other than more of the same, that is, I can get a ton of Articles back but not other content types. Filter query ( fq ) should work, for

Re: leading and trailing wildcard query

2009-11-06 Thread Chantal Ackermann
Just for the records - this works like a charm: .../select?q=*potter*qt=dismax response − lst name=responseHeader int name=status0/int int name=QTime93/int − lst name=params str name=q*potter*/str str name=qtdismax/str /lst /lst − result name=response numFound=572 start=0 maxScore=5.3375173 ...

Re: Solr Replication: How to restore data from last snapshot

2009-11-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
if it is a single core you will have to restart the master On Sat, Nov 7, 2009 at 1:55 AM, Osborn Chan oc...@shutterfly.com wrote: Thanks. But I have following use cases: 1) Master index is corrupted, but it didn't replicate to slave servers.        - In this case, I only need to restore to

Question about the message Indexing failed. Rolled back all changes.

2009-11-06 Thread Bertie Shen
Hi, When I use http://localhost:8180/solr/admin/dataimport.jsp?handler=/dataimport to debug the indexing config file, I always see the status message on the right part str name=Indexing failed. Rolled back all changes./str, even the indexing process looks to be successful. I am not sure whether

Luke web interface

2009-11-06 Thread Bertie Shen
Hi folks, Does Lucene Luke have a web interface, something like Solr Admin? I do not have X Windows installed on my server. But I like to use Luke to take a look at my index. Thanks.