Re: Problem with numeric range query syntax in lucene 4.4.0

2014-03-20 Thread Matthew Petersen
> field name. > > Uwe > > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > > -Original Message- > > From: Matthew Petersen [mailto:mdpe...@gmail.com] > > Sent: Thursday, March 20,

Problem with numeric range query syntax in lucene 4.4.0

2014-03-20 Thread Matthew Petersen
Hi I'm trying to submit a lucene query string to my index to return a data based on a numeric range. I'm using the syntax provided in the Query Parser Syntax document but the results I get indicate that the query is not working correctly. Below is a unit test that proves that the range query doe

Re: Issue with FacetFields.addFields() throwing ArrayIndexOutOfBoundsException

2014-01-21 Thread Matthew Petersen
Will do. I need to sanitize the unit test a bit so it might be a few days. On Fri, Jan 17, 2014 at 9:24 PM, Shai Erera wrote: > Can you open an issue and attach the test there? > On Jan 18, 2014 12:41 AM, "Matthew Petersen" wrote: > > > I do have a test that will r

Re: Issue with FacetFields.addFields() throwing ArrayIndexOutOfBoundsException

2014-01-17 Thread Matthew Petersen
ich reproduces the error? Are you adding categories > with very deep hierarchies? > > Shai > > > On Fri, Jan 17, 2014 at 11:59 PM, Matthew Petersen >wrote: > > > I've confirmed that using the LruTaxonomyWriterCache solves the issue for > > me. It would app

Re: Issue with FacetFields.addFields() throwing ArrayIndexOutOfBoundsException

2014-01-17 Thread Matthew Petersen
I've confirmed that using the LruTaxonomyWriterCache solves the issue for me. It would appear there is in fact a bug in the Cl20TaxonomyWriterCache or I am using it incorrectly (I use it as default, no customization). On Fri, Jan 17, 2014 at 9:29 AM, Matthew Petersen wrote: > I'm

Re: Issue with FacetFields.addFields() throwing ArrayIndexOutOfBoundsException

2014-01-17 Thread Matthew Petersen
gt; wrote: > Are you sure you're using 4.4? > > Because ... this looks like > https://issues.apache.org/jira/browse/LUCENE-5048 but that was > supposedly fixed in 4.4. > > Mike McCandless > > http://blog.mikemccandless.com > > > On Thu, Jan 16, 2014 at 5:33 P

Issue with FacetFields.addFields() throwing ArrayIndexOutOfBoundsException

2014-01-16 Thread Matthew Petersen
I’m having an issue with an index when adding category paths to a document. They seem to be added without issue for a long period of time, then for some unknown reason the addition fails with an ArrayIndexOutOfBounds exception. Subsequent attempts to add category paths fail with the same exceptio