extending LuceneCocoonSearcher

2004-06-07 Thread Jeremy Quinn
Hi All I have developed some CForms that allow you to assemble a set of Beans that represent Queries. These are converted directly to Lucene Query objects without using the QueryParser. At the moment, they set up a new Searcher for each hit. I would prefer to use a cached Component for this

Re: extending LuceneCocoonSearcher

2004-06-07 Thread Upayavira
Jeremy Quinn wrote: Hi All I have developed some CForms that allow you to assemble a set of Beans that represent Queries. These are converted directly to Lucene Query objects without using the QueryParser. At the moment, they set up a new Searcher for each hit. I would prefer to use a cached

Re: extending LuceneCocoonSearcher

2004-06-07 Thread Jeremy Quinn
On 7 Jun 2004, at 14:27, Upayavira wrote: Jeremy Quinn wrote: Hi All I have developed some CForms that allow you to assemble a set of Beans that represent Queries. These are converted directly to Lucene Query objects without using the QueryParser. At the moment, they set up a new Searcher for

Re: extending LuceneCocoonSearcher

2004-06-07 Thread Upayavira
Jeremy Quinn wrote: On 7 Jun 2004, at 14:27, Upayavira wrote: Jeremy Quinn wrote: Hi All I have developed some CForms that allow you to assemble a set of Beans that represent Queries. These are converted directly to Lucene Query objects without using the QueryParser. At the moment, they set up

Re: extending LuceneCocoonSearcher

2004-06-07 Thread Jeremy Quinn
On 7 Jun 2004, at 15:06, Upayavira wrote: Jeremy Quinn wrote: On 7 Jun 2004, at 14:27, Upayavira wrote: Jeremy Quinn wrote: Hi All I have developed some CForms that allow you to assemble a set of Beans that represent Queries. These are converted directly to Lucene Query objects without using the