Re: hello ,

2013-11-29 Thread Michael McCandless
Hi Mugeesh, Could you post more details about what you tried and what failed? Maybe, a small test case showing the issue? Mike McCandless http://blog.mikemccandless.com On Fri, Nov 29, 2013 at 2:18 AM, Mugeesh wrote: > Dear Mike McCandless, > > I

hello ,

2013-11-29 Thread Mugeesh
Dear Mike McCandless, I am new one in lucene I want to do index from mysql database .now I have indexed from database and saved it into my folder , but I could not search .. searching code not work properly.. I did help this link http://java.dzone.

Re: Custom Relevancy Using Field Payloads

2013-11-29 Thread Furkan KAMACI
Thanks for the answer. I've implemented to score documents by their payload value. I've implemented a custom PayloadQParserPlugin that extends QParserPlugin as like yours. However I use edismax at my application and at this way I can not use edismax spesific things. I should make it extend edismax

Re: Deletion of Index not happening in Lucene 4.3

2013-11-29 Thread Erick Erickson
Bah. "open a new writer" should be "open a new seacher" On Fri, Nov 29, 2013 at 8:36 AM, Erick Erickson wrote: > Did you open a new writer to search with? > > Erick > > > On Fri, Nov 29, 2013 at 6:23 AM, VIGNESH S wrote: > >> Hi, >> >> I searched the word again and document is appearing and iam

Re: Deletion of Index not happening in Lucene 4.3

2013-11-29 Thread Erick Erickson
Did you open a new writer to search with? Erick On Fri, Nov 29, 2013 at 6:23 AM, VIGNESH S wrote: > Hi, > > I searched the word again and document is appearing and iam getting the hit > > > On Fri, Nov 29, 2013 at 4:26 PM, Ian Lea wrote: > > > How do you know it's not working? My favourite s

Re: Custom Relevancy Using Field Payloads

2013-11-29 Thread Erik Hatcher
I think what you want is a PayloadTermQuery in the mix. There's some initial stuff here: https://issues.apache.org/jira/browse/SOLR-1485 Erik On Nov 27, 2013, at 12:55 PM, Furkan KAMACI wrote: > Hi; > > I've asked same question at Solr mail list but could not get any answer. I > have

Re: Deletion of Index not happening in Lucene 4.3

2013-11-29 Thread VIGNESH S
Hi, I searched the word again and document is appearing and iam getting the hit On Fri, Nov 29, 2013 at 4:26 PM, Ian Lea wrote: > How do you know it's not working? My favourite suggestion: post a > very small self-contained RAMDirectory based program or test case, or > maybe 2 in this case, f

Re: Deletion of Index not happening in Lucene 4.3

2013-11-29 Thread Ian Lea
How do you know it's not working? My favourite suggestion: post a very small self-contained RAMDirectory based program or test case, or maybe 2 in this case, for 3.6 and 4.3, that demonstrates the problem. -- Ian. On Fri, Nov 29, 2013 at 6:00 AM, VIGNESH S wrote: > Hi, > > I try deleting the