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

2010-11-25 Thread Jakub Godawa
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: svn co https://svn.apache.org/repos/asf

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

2010-11-24 Thread Jakub Godawa
are the base. Any clues how to make it work like Polish? Maybe someone has good experience 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

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-15 Thread Jakub Godawa
. Cheers, Jakub Godawa. 2010/11/13 Lance Norskog goks...@gmail.com: 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: Am I not doing

simple dismax with OR

2010-11-15 Thread Jakub Godawa
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 matti.oi...@gmail.com: 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 Jakub Godawa jakub.god

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

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

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

2010-11-11 Thread Jakub Godawa
close to the end of that subject. Cheers, Jakub Godawa. 2010/11/3 Lance Norskog goks...@gmail.com: Here's the problem: Solr is a little dumb about these Filter classes, and so you have to make a Factory object for the Stempel Filter. There are a lot of other FilterFactory classes. You would have

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

2010-11-02 Thread Jakub Godawa
? :) Cheers, Jakub Godawa. 2010/10/29 Bernd Fehling bernd.fehl...@uni-bielefeld.de: Hi Jakub, I have ported the KStemmer for use in most recent Solr trunk version. My stemmer is located in the lib directory of Solr solr/lib/KStemmer-2.00.jar because it belongs to Solr. Write

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

2010-11-02 Thread Jakub Godawa
-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 erickerick...@gmail.com: The polish stemmer jar file needs to be findable by Solr, if you copy it to solr_home/lib

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

2010-11-02 Thread Jakub Godawa
2010/11/2 Bernd Fehling bernd.fehl...@uni-bielefeld.de: 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: Erick I've put

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

2010-11-02 Thread Jakub Godawa
directory org/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 is what stempel-1.0.jar consist

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: fieldType name=text_pl class=solr.TextField analyzer

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 pre...@yaco.es 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

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

2010-10-24 Thread Jakub Godawa
/search/ http://www.lucidimagination.com/search/ On Wed, Oct 20, 2010 at 9:03 AM, Jakub Godawa jakub.god...@gmail.com wrote: Hi everyone! (my first post) I am new, but really curious about usefullness of lucene/solr in documents search from the web applications. I use Ruby on Rails

Step by step tutorial for multi-language indexing and search

2010-10-20 Thread Jakub Godawa
) 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
centered server and information gathering organization. If you were going to have search for other countries, then I'd recommend those resources be geogrpahically close to their source culture. No I am not trying to address miniority cultures. Thanks for answer, Jakub Godawa. Dennis Gearon