Re: Spanish analyzer in ravendb

2012-06-15 Thread vicente garcia
Thanks a lot Simon! maybe I could port a Spanish Lucene Analyzer to Lucene.net... Thanks :) On Thu, Jun 14, 2012 at 7:44 PM, Simon Svensson wrote: > It's easy to write analyzers, you basically chain together a few > TokenFilters and call it a day. And to back up that statement I provide an > exa

Re: Spanish analyzer in ravendb

2012-06-14 Thread Simon Svensson
It's easy to write analyzers, you basically chain together a few TokenFilters and call it a day. And to back up that statement I provide an example spanish analyzer written by someone who basically threw his complete Spanish vocabulary into the stop word list. DictionaryLoader is a class which

Re: Spanish analyzer in ravendb

2012-06-14 Thread vicente garcia
Thank you Simon, you can specify a "Raven.Database.Indexing.Collation.Cultures.EsCollationAnalyzer, Raven.Database" but you can't perform full text search queries because this index don't tokenize the content. http://ravendb.net/docs/client-api/querying/static-indexes/customizing-results-order I s

Re: Spanish analyzer in ravendb

2012-06-14 Thread Simon Svensson
Welcome, See Configuring index options[1] to specify a custom analyzer that can handle spanish content. A quick check shows that Contrib.Analyzers does not contain a spanish analyzer. There is a SpanishStemmer available in the Snowball contrib. You could also use a spanish hunspell dictionar

Re: Spanish analyzer in ravendb

2012-06-14 Thread Itamar Syn-Hershko
Java Lucene has a Spanish analyzer with light stemming, it's 3 small classes that should be trivial to port to .NET See http://lucene.apache.org/core/old_versioned_docs/versions/3_1_0/api/all/org/apache/lucene/analysis/es/SpanishAnalyzer.html On Thu, Jun 14, 2012 at 5:49 PM, vicente garcia wrot

Spanish analyzer in ravendb

2012-06-14 Thread vicente garcia
Hi to all, this is my first mail to this list :) I'd like to index spanish content in raven db, I have been searching a lot, but I don't know how I can do it. Could someones help me please? Thanks :) -- LinkedIn profile: http://www.linkedin.com/in/vicentegarcia Twiter: http://twitter.com/clrs