Write QueryParser in JavaScript and use Lucene JAVA Indexer for searching

2010-07-03 Thread Kasun Gajasinghe
Hello, I need to add a completely client-side search mechanism to a help system that I'm implementing for a Google Summer of Code project for DocBook. I use an Ant script to run xslts that generate html from DocBook XML. I can use a Java indexer to index the html, but when performing the search, I

Re: about contrib instantiated

2010-07-03 Thread Karl Wettin
2 jul 2010 kl. 08.32 skrev Li Li: I have an index of about 8,000,000 document and the current index size is about 30GB. Is it possbile to use this contrib to speed up my search? I have enough memory for it. In order to answer your question you'll need to benchmark using a lot of typical q

Re: search for a string which begins with a '$' character

2010-07-03 Thread Ahmet Arslan
> I am using this analyzer: > @Analyzer(impl = > org.apache.lucene.analysis.standard.StandardAnalyzer.class) > > "$" is not inlcluded in the STOP_WORDS for this > analyzer.  Is there > somewhere else i should be looking?  When i use Luke > with the > standardAnalyzer, it does not parse the query.