Hi,
In the past I've used external systems for full-text search like Solr and ES, but being able to do that using RavenDB would be very beneficial.
From what I understood RavenDB internally is using Lucene.net 3.0.3 ?
I am asking as I need to use a language specific analyzers which seems to be missing in Lucene.net 3.0.3, for example the Serbian analyzer which transliterates Cyrillic to bald Latin and has language specific stop-words.
What would be the suggested approach here? Implement a custom analyzer against Lucene 3.0.3 and include that DLL with RavenDb server?