Solr is written in Java. It can't as it is make use of .Net code. You'd need to find a way to convert your code from .Net to Java. Or you'd need to write adapters in Java that can interface to your .Net code. One way or another, you're gonna have to work out how to get the two languages to work together, and to do so in a way that is performant, and that's likely to be a challenge. And that is a Java<->.Net thing, not a specifically Solr thing.
Upayavira On Tue, Jan 1, 2013, at 09:12 PM, dafna wrote: > The code that I don't want to rewrite is the analyzers. > I have written many analyzers. > I know the benefits of solr, I just want to spend as less time as I can > to > see the system in solr. > > I don't think you understood my idea: > 1. The data handling will be just in lucene .net. > 2. The index itself will be in solr. > 3. The solr schema contains all fields, but in primitive form. > I agree that managing the schema in two different places can be > dangerous. > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Using-lucene-net-Solr-at-the-same-time-tp4029953p4029960.html > Sent from the Solr - User mailing list archive at Nabble.com.