Out of Memory Error while using WildCard Query

2009-01-01 Thread Ravichandra
Hi I am using Lucene for record set of around 1.5 million records and the index size is approximately 400MB. I am also using query level boosting so that we can get the relevant records first in the search results. Here is the way I create query: Query partialMatchQuery = new WildcardQuery

Re: Re: Re: Search Problem

2009-01-01 Thread tom
AUTOMATIC REPLY LUX is closed until 5th January 2009 - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

Re: Re: Search Problem

2009-01-01 Thread tom
AUTOMATIC REPLY LUX is closed until 5th January 2009 - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

Re: Search Problem

2009-01-01 Thread Amin Mohammed-Coleman
Hi Sorry I was using the StandardAnalyzer in this instance. Cheers On 2 Jan 2009, at 00:55, Chris Lu wrote: You need to let us know the analyzer you are using. -- Chris Lu - Instant Scalable Full-Text Search On Any Database/Application site: http://www.dbsight.net

Re: Search Problem

2009-01-01 Thread Chris Lu
You need to let us know the analyzer you are using. -- Chris Lu - Instant Scalable Full-Text Search On Any Database/Application site: http://www.dbsight.net demo: http://search.dbsight.com Lucene Database Search in 3 minutes: http://wiki.dbsight.com/index.php?title=Create_L

Re: Extract the text that was indexed

2009-01-01 Thread Chris Hostetter
: > Just wanted to reconstruct a new index based on an existing index(but : > turning off norms) that's all. : : If you want to create an identical index but without norms use : FieldNormModifier in contrib/miscellaneous. and that ladies nad gentlemen is *exactly* the definition of an "X/Y Prob

Fwd: Search Problem

2009-01-01 Thread Amin Mohammed-Coleman
Hi I have created a RTFHandler which takes a RTF file and creates a lucene Document which is indexed. The RTFHandler looks like something like this: if (bodyText != null) { Document document = new Document(); Field field = new Field(MetaDataEnum.BODY.getDescri

Re: Re: Showing highlighted results

2009-01-01 Thread tom
AUTOMATIC REPLY LUX is closed until 5th January 2009 - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

Re: Showing highlighted results

2009-01-01 Thread tom
AUTOMATIC REPLY LUX is closed until 5th January 2009 - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

Showing highlighted results

2009-01-01 Thread csantos
Hello, After applying the Highlighter on the result of a fulltext query i need to display these highlighted results for the users so they can further navigate (click on a row and get more details). My problem is that i must relate the showed results with the actual data in the database to allow t