Using lucene .net & Solr at the same time

2013-01-01 Thread dafna
hi everyone, I have a system written in .net that I'm using lucene .net. I'm thinking of changing that system to be based on solr instead of lucene. My situation is that I have a lot of code that was written in .net, that I don't want to waste because moving to solr makes me to change code to java

Re: Using lucene .net & Solr at the same time

2013-01-01 Thread dafna
thanks shawn for your answer. I know that all of the analyzers, tokenizers, filters usally are on server side. That is exactly my question, if I will take them outside the engine, and do it outside, is it still work the same ? -- View this message in context: http://lucene.472066.n3.nabble.com

Re: Using lucene .net & Solr at the same time

2013-01-01 Thread dafna
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