Re: Using Solr without using a web-app

2007-05-15 Thread bhecht
Great, thanks for the patience and help. Good day. Yonik Seeley wrote: > > On 5/15/07, bhecht <[EMAIL PROTECTED]> wrote: >> OK, that was what I was trying to avoid, but for this cool functionality >> I >> will do so. >> Just cut and paste the factory classe

Re: Using Solr without using a web-app

2007-05-15 Thread bhecht
just never incorporated in my source, sources from open source frameworks in such an obvious way. Thanks Yonik Seeley wrote: > > On 5/15/07, bhecht <[EMAIL PROTECTED]> wrote: >> When trying to do so, i discover that the function parseRules in >> SynonymFilterFactory is pri

Re: Using Solr without using a web-app

2007-05-15 Thread bhecht
Hi yonik again, When trying to do so, i discover that the function parseRules in SynonymFilterFactory is private, and I need to call this function when I want to populate the SynonymMap like here: parseRules(wlist, synMap, "=>", ",", ignoreCase,expand); any sugg

Re: Using Solr without using a web-app

2007-05-15 Thread bhecht
Thanks yonik. For some reason I thought it was much more complicated, but looking at the sources again I see its going to be an easy task. Thanks for the help. -- View this message in context: http://www.nabble.com/Using-Solr-without-using-a-web-app-tf3760714.html#a10630065 Sent from the Solr

Using Solr without using a web-app

2007-05-15 Thread bhecht
Hello all, I am using Lucene and hibernate search. I downloaded the Solr sources and found there some classes I want to use: 1) SynonymFilter 2) WordDelimiterFilter I have no use in Solr except for this at the moment. How can I use these classes without the need of using the configuration files