Step by step tutorial for multi-language indexing and search

2010-10-20 Thread Jakub Godawa
py. 3. Do all those languages are supported (officially/unofficialy) by lucene/solr? Thank you for help, Jakub Godawa.

Re: Step by step tutorial for multi-language indexing and search

2010-10-20 Thread Jakub Godawa
gt; Great Britain, with LOTS of different languages spoken in minority cultures? > Only then would you want a geographically centered server and information > gathering organization. If you were going to have search for other > countries, then I'd recommend those resources be geogrpahically clos

Re: Step by step tutorial for multi-language indexing and search

2010-10-24 Thread Jakub Godawa
maintains a Solr-powered (of course) > searchable > list at: http://www.lucidimagination.com/search/ > > <http://www.lucidimagination.com/search/> > > On Wed, Oct 20, 2010 at 9:03 AM, Jakub Godawa >wrote: > > > Hi everyone! (my first post) > > > > I am new, bu

Re: Implementing Search Suggestion on Solr

2010-10-27 Thread Jakub Godawa
I am a real rookie at solr, but try this: http://solr.pl/2010/10/18/solr-and-autocomplete-part-1/?lang=en 2010/10/27 Pablo Recio > Hi, > > I don't want to be annoying, but I'm looking for a way to do that. > > I repeat the question: is there a way to implement Search Suggestion > manually? > > T

How to use polish stemmer - Stempel - in schema.xml?

2010-10-28 Thread Jakub Godawa
Hi! There is a polish stemmer http://www.getopt.org/stempel/ and I have problems connecting it with solr 1.4.1 Questions: 1. Where EXACTLY do I put "stemper-1.0.jar" file? 2. How do I register the file, so I can build a fieldType like: 3. Is that the right approach to make it work? Thanks

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-02 Thread Jakub Godawa
' at org.apache.solr.core.SolrResourceLoader.findClass(SolrResourceLoader.java:375) at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:390) (...) Question is: How to make and work with that Stempel? :) Cheers, Jakub Godawa. 2010/10/29 Bernd Fehling : &g

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-02 Thread Jakub Godawa
pache-solr-1.4.1/ifaq/lib/stempel-1.0.jar' to classloader I am not able to use the FilterFactory... maybe I am attempting it in a wrong way? Cheers, Jakub Godawa. 2010/11/2 Erick Erickson : > The polish stemmer jar file needs to be findable by Solr, if you copy > it to /lib and restart s

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-02 Thread Jakub Godawa
2010/11/2 Bernd Fehling : > Hi Jakub, > > if you unzip your stempel-1.0.jar do you have the > required directory structure and file in there? > org/getopt/stempel/lucene/StempelFilter.class > > Regards, > Bernd > > Am 02.11.2010 13:54, schrieb Jakub Godawa: >> Er

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-02 Thread Jakub Godawa
/getopt/solr/analysis/. > > And a class which extends the BaseTokenFilterFactory rigth? > ... > public class StempelTokenFilterFactory extends BaseTokenFilterFactory > implements ResourceLoaderAware { > ... > > > > Am 02.11.2010 14:20, schrieb Jakub Godawa: >> This

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-11 Thread Jakub Godawa
with no answer gave me idea what is wrong in my .java file. Please help, as I believe I am close to the end of that subject. Cheers, Jakub Godawa. 2010/11/3 Lance Norskog : > Here's the problem: Solr is a little dumb about these Filter classes, > and so you have to make a Factory obj

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-12 Thread Jakub Godawa
his; I > don't know how different Java versions make class file binaries. > > On Thu, Nov 11, 2010 at 3:06 AM, Jakub Godawa wrote: >> Hi! Sorry for such a break, but I was moving house... anyway: >> >> 1. I took the >> ~/apache-solr/src/java/org/apache/solr/ana

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-15 Thread Jakub Godawa
appreciate. Cheers, Jakub Godawa. 2010/11/13 Lance Norskog : > I don't know of the Stempel jar includes the Java source. At this point I > think you should ask the author to Stempel to make a Solr front-end for it. > It's very simple for him. > > Jakub Godawa wrote: >&g

simple dismax with OR

2010-11-15 Thread Jakub Godawa
I have the result of that doc, which is OK.\ When I query "How to install something?" I get nothing which is bad, because there is match highligthed on the analysis page. I've read that dismax don't read the q.op (query default operator). How should I do my dismax to handle that? Cheers, Jakub Godawa.

Re: simple dismax with OR

2010-11-15 Thread Jakub Godawa
thank you, that works well. 2010/11/15 Matti Oinas : > Define mm(Minimum 'should' match) value for dismax. The default is > 100% so every clause must match. > > http://wiki.apache.org/solr/DisMaxQParserPlugin#mm_.28Minimum_.27Should.27_Match.29 > > 2010/11/15 Jak

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-24 Thread Jakub Godawa
rience with hunspell-solr and Polish dictonaries? Thanks for letting me know! Cheers, Jakub Godawa. On Mon, 2010-11-15 at 08:35 -0500, Robert Muir wrote: > https://issues.apache.org/jira/browse/SOLR-2237 > > On Mon, Nov 15, 2010 at 5:04 AM, Jakub Godawa > wrote: > > I tried

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-24 Thread Jakub Godawa
On Wed, 2010-11-24 at 19:00 +0100, Jakub Godawa wrote: > Yes, from the current nightly release setting up Stempel is quite easy. Thanks to Rober Muir :)

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-25 Thread Jakub Godawa
hinking of replacing all required lanugages' SnowballPorterFilters with *.aff and *.dic support. Thanks for the help everyone! On Wed, 2010-11-24 at 19:00 +0100, Jakub Godawa wrote: > Yes, from the current nightly release setting up Stempel is quite easy. > > All I did was: > >