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 saw that there is not a SpanishAnalyzer, we only have a SpanishStemmer, but I don't need an stammer, I need a spanish analyzer with its stops words, etc. Has someones another idea on how to index Spanish content? Thank you very much :) On Thu, Jun 14, 2012 at 4:59 PM, Simon Svensson <si...@devhost.se> wrote: > 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 dictionary for stemming[2]. > > // Simon > > [1] > http://ravendb.net/docs/client-api/querying/static-indexes/configuring-index-options > [2] https://github.com/sisve/Lucene.Net.Analysis.Hunspell > > > On 2012-06-14 16:49, vicente garcia wrote: >> >> 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/clrstack Blog: http://geeks.ms/blogs/vgarcia