[jira] [Resolved] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-31 Thread Erick Erickson (JIRA)
e: Bug > Components: core/search >Affects Versions: 5.3, 6.6 > Environment: Windows and Linux >Reporter: Rohit Balekundri > Labels: features > Attachments: LUCENE-7932 Search record with field value 'a' or 'A' > returns all

RE: LUCENE-7932:Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-31 Thread Balekundri, Manjunath V
: LUCENE-7932:Search record with field value='a' or 'A' returns all records along with one more field value Importance: High Hi! As per jira-LUCENE-7932 discussions I am sending this mail along with my java code(LuceneQueryTest.java class: attached) calling Lucene code. A. Code structure

[jira] [Commented] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-29 Thread Rohit Balekundri (JIRA)
s and Linux >Reporter: Rohit Balekundri > Labels: features > Attachments: LUCENE-7932 Search record with field value 'a' or 'A' > returns all records along with one more field value.msg, LuceneQueryTest.java > > > Hi Lucene Team, > Here

Re: LUCENE-7932:Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-22 Thread Adrien Grand
Your analyzer treats "a" as a stopword, which makes sense for english but not in your case. You should use a different analyzer, maybe even skip analysis completely (ie. use StringField instead of TextField) since I suspect you only need exact matching on this category field. FYI this email would

LUCENE-7932:Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-22 Thread Balekundri, Manjunath V
Hi! As per jira-LUCENE-7932 discussions I am sending this mail along with my java code(LuceneQueryTest.java class: attached) calling Lucene code. A. Code structure: Attached sample code(LuceneQueryTest.java class) consists of 4 steps: 1. Create index (Needed to be executed only

[jira] [Comment Edited] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-22 Thread Rohit Balekundri (JIRA)
s and Linux >Reporter: Rohit Balekundri > Labels: features > Attachments: LUCENE-7932 Search record with field value 'a' or 'A' > returns all records along with one more field value.msg, LuceneQueryTest.java > > > Hi Lucene Team, > Here

[jira] [Comment Edited] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-22 Thread Rohit Balekundri (JIRA)
roject: Lucene - Core > Issue Type: Bug > Components: core/search >Affects Versions: 5.3, 6.6 > Environment: Windows and Linux >Reporter: Rohit Balekundri > Labels: features > Attachments: LUCENE-7932 Search record with field val

[jira] [Comment Edited] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-22 Thread Rohit Balekundri (JIRA)
Affects Versions: 5.3, 6.6 > Environment: Windows and Linux >Reporter: Rohit Balekundri > Labels: features > Attachments: LUCENE-7932 Search record with field value 'a' or 'A' > returns all records along with one more field value.msg, Luce

[jira] [Updated] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-22 Thread Rohit Balekundri (JIRA)
Attachments: LUCENE-7932 Search record with field value 'a' or 'A' > returns all records along with one more field value.msg, LuceneQueryTest.java > > > Hi Lucene Team, > Here I explained more about issue facing after querying using > org.apache.lucene.search.IndexSearcher API. >

[jira] [Updated] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-22 Thread Rohit Balekundri (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohit Balekundri updated LUCENE-7932: - Description: Hi Lucene Team, Here I explained more about issue facing after querying

[jira] [Updated] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-22 Thread Rohit Balekundri (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohit Balekundri updated LUCENE-7932: - Description: Hi Lucene Team, Here I explained more about issue facing after querying

[jira] [Comment Edited] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-21 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16135175#comment-16135175 ] Steve Rowe edited comment on LUCENE-7932 at 8/21/17 1:33 PM: - bq. Do you

[jira] [Commented] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-21 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16135175#comment-16135175 ] Steve Rowe commented on LUCENE-7932: bq. Do you still suggest me to use:

[jira] [Comment Edited] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-21 Thread Rohit Balekundri (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16134699#comment-16134699 ] Rohit Balekundri edited comment on LUCENE-7932 at 8/21/17 7:26 AM: --- Hi

[jira] [Updated] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-20 Thread Rohit Balekundri (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohit Balekundri updated LUCENE-7932: - Priority: Major (was: Critical) Component/s: (was: core/queryparser)

[jira] [Comment Edited] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-20 Thread Rohit Balekundri (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16134699#comment-16134699 ] Rohit Balekundri edited comment on LUCENE-7932 at 8/21/17 5:42 AM: --- Hi

[jira] [Updated] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-20 Thread Rohit Balekundri (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohit Balekundri updated LUCENE-7932: - Affects Version/s: 5.3 > Search record with field value='a' or 'A' returns all records

[jira] [Commented] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-20 Thread Rohit Balekundri (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16134699#comment-16134699 ] Rohit Balekundri commented on LUCENE-7932: -- Hi Steve, I updated exact steps in description on

[jira] [Updated] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-20 Thread Rohit Balekundri (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohit Balekundri updated LUCENE-7932: - Description: Hi Lucene Team, I would like to explain more on about issue facing after

[jira] [Updated] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-20 Thread Rohit Balekundri (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohit Balekundri updated LUCENE-7932: - Description: Hi Lucene Team, I would like to explain more on about issue facing after

[jira] [Commented] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-18 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16133406#comment-16133406 ] Steve Rowe commented on LUCENE-7932: Rohit, there is nowhere near enough information here to figure

[jira] [Updated] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-18 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated LUCENE-7932: --- Fix Version/s: (was: 6.6) (was: trunk) (was:

[jira] [Commented] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-18 Thread Rohit Balekundri (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16131951#comment-16131951 ] Rohit Balekundri commented on LUCENE-7932: -- Created new ticket LUCENE-7932 today. Component to

[jira] [Updated] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-18 Thread Rohit Balekundri (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohit Balekundri updated LUCENE-7932: - Description: 1. I found all records are showing result if we pass value 'a' or 'A'

[jira] [Updated] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-18 Thread Rohit Balekundri (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohit Balekundri updated LUCENE-7932: - Priority: Critical (was: Major) > Search record with field value='a' or 'A' returns all

[jira] [Created] (LUCENE-7932) Search record with field value='a' or 'A' returns all records along with one more field value

2017-08-18 Thread Rohit Balekundri (JIRA)
Rohit Balekundri created LUCENE-7932: Summary: Search record with field value='a' or 'A' returns all records along with one more field value Key: LUCENE-7932 URL: https://issues.apache.org/jira/browse/LUCENE