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 org.apache.solr.handler.data

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 − 0 93 − *potter* dismax − ... L'année où on a découvert «Harry Potter» au cinéma ... explicit 0.01 all_text_de^0.5 all_text_en^0.5

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 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 last snapshot. > 2

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 Indexing failed. Rolled back all changes., even the indexing process looks to be successful. I am not sure whether you guys have

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.