Re: QueryParser strange behavior

2012-03-01 Thread Ganesh
It is fixed now. I need to enable qp.setAutoGeneratePhraseQueries(true); Regards Ganesh - Original Message - From: "Ganesh" To: Sent: Friday, March 02, 2012 10:46 AM Subject: Re: QueryParser strange behavior Hello Damerian, Please let me know, How you fixed the pro

Re: QueryParser strange behavior

2012-03-01 Thread Ganesh
her of the token matches, it returns the results. Regards Ganesh - Original Message - From: "Damerian" To: Sent: Thursday, March 01, 2012 7:57 PM Subject: Re: QueryParser strange behavior > Στις 1/3/2012 3:08 μμ, ο/η Ian Lea έγραψε: >> Not a clue. I suggest you po

Re: QueryParser strange behavior

2012-03-01 Thread Damerian
Στις 1/3/2012 3:08 μμ, ο/η Ian Lea έγραψε: Not a clue. I suggest you post a small, complete and self-contained (no external dependencies) program or test case that demonstrates the problem. And your analyzer. -- Ian. 2012/3/1 Damerian: Hello again! First of all thank you again for replying

Re: QueryParser strange behavior

2012-03-01 Thread Ian Lea
Not a clue. I suggest you post a small, complete and self-contained (no external dependencies) program or test case that demonstrates the problem. And your analyzer. -- Ian. 2012/3/1 Damerian : > Hello again! > First of all thank you again for replying my amateur questions. > I would like to

Re: QueryParser strange behavior

2012-03-01 Thread Damerian
Hello again! First of all thank you again for replying my amateur questions. I would like to rephrase my question because now what i described is not the case and its not a problem of input methods. I have made my custom analyzer which when indexing e.g the phrase "The quick Brown Fox" will p

Re: QueryParser strange behavior

2012-02-28 Thread Ian Lea
Then I don't know. Something trivial like white space? What does line.equals("Jesus Christ") say? -- Ian. On Mon, Feb 27, 2012 at 7:42 PM, Damerian wrote: > Στις 27/2/2012 11:45 πμ, ο/η Ian Lea έγραψε: >> >> Does your analyzer look for a field called content, not contents? >> >> >> -- >> Ian

Re: QueryParser strange behavior

2012-02-27 Thread Damerian
Στις 27/2/2012 11:45 πμ, ο/η Ian Lea έγραψε: Does your analyzer look for a field called content, not contents? -- Ian. On Sat, Feb 25, 2012 at 6:37 AM, Damerian wrote: Hello! I have a small issue with the QueryParser in my program. It uses my custom filter to Parse its queries, but i get u

Re: QueryParser strange behavior

2012-02-27 Thread Ian Lea
Does your analyzer look for a field called content, not contents? -- Ian. On Sat, Feb 25, 2012 at 6:37 AM, Damerian wrote: > Hello! > > I have a small issue with the QueryParser in my program. > It uses my custom filter to Parse its queries, but i get unexpexted results > from when i am having

QueryParser strange behavior

2012-02-24 Thread Damerian
Hello! I have a small issue with the QueryParser in my program. It uses my custom filter to Parse its queries, but i get unexpexted results from when i am having an input from the keyboard To illustrate the code : Analyzer myAnalyzer = new ProperNameAnalyzer(); Query query = new QueryPars