Results 1 to 1 of 1
Thread: Range Query Issue
- 10-20-2011, 10:57 PM #1
Member
- Join Date
- Oct 2011
- Posts
- 1
- Rep Power
- 0
Range Query Issue
Hi all,
I am creating 3 fields in my document using the following:
The analyzer in the writter is a WhiteSpaceAnalyser.Java Code:doc.add(new Field(fieldName, value, Field.Store.YES, Field.Index.ANALYZED));
The 3 fields are Thickness, Width and Length, numerical values (Float), but not NumericField.
Doing a range query with a WhiteSpaceAnalyser on thickness and length is working perfectly, but width won't work.
How can I debug the query ?
I've tried looking in Luke, but they all "look" the same and programatically, they are created the same too.
Any tips ?
I've added the indexed data with this post.
Thanks,
- Pascal
Similar Threads
-
name in a range of names
By Evii0 in forum New To JavaReplies: 2Last Post: 04-05-2011, 06:35 AM -
String index out of range: -1 Please Help
By davetheant in forum New To JavaReplies: 22Last Post: 09-11-2010, 12:32 AM -
In-Range adder
By filem_funk in forum New To JavaReplies: 1Last Post: 11-27-2009, 01:06 AM -
mysql query performance issue
By gilbertsavier in forum JDBCReplies: 0Last Post: 08-05-2009, 10:34 AM -
Range within an Array
By End in forum New To JavaReplies: 6Last Post: 04-18-2009, 06:53 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks