At 4:29 PM -0400 5/15/07, Yonik Seeley wrote:
>On 5/15/07, bhecht <[EMAIL PROTECTED]> wrote:
>>[...] the function parseRules in SynonymFilterFactory is private
>
>If you start using Solr's configuration, you drag more of Solr in.
>
>You can add the synonyms to the SynonymMap yourself, or if you wan
rameworks
>> in such an obvious way.
>> Thanks
>
> Just keep the top with the Apache blurb.
> The LICENSE.txt actually spells it out. If you are already using
> Lucene, I don't think you should have to do anything extra to
> incorporate Solr components that come from t
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 classes and change the init functions, not to
use the args[] parameter.
What kind of copyright (if any) do I need to include in thes
lr in.
>
> You can add the synonyms to the SynonymMap yourself, or if you want to
> use a solr-style synonyms.txt, perhaps just extract the code that
> implements that.
>
> -Yonik
>
>
--
View this message in context:
http://www.nabble.com/Using-Solr-without-using-a-web-app-tf3760714.html#a10630646
Sent from the Solr - User mailing list archive at Nabble.com.
On 5/15/07, bhecht <[EMAIL PROTECTED]> wrote:
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 suggest
estions?
bhecht wrote:
>
> 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-a
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
On 5/15/07, bhecht <[EMAIL PROTECTED]> wrote:
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 ne
files of Solr, or is it possible to use these classes and using the Solr
config files, without loading the whole Solr framework just for this?
Thanks in advance
--
View this message in context:
http://www.nabble.com/Using-Solr-without-using-a-web-app-tf3760714.html#a10629880
Sent from the Solr - User