Solr uses Lucene, so any index written with Solr should be
usable by Lucene and vice-versa.

But searching will be significantly different in the sense that Solr
wraps the raw Lucene search so you'll have to make sure your use
use of Lucene is compatible with your Solr configurations if you
compare results.

Best
Erick

On Wed, Apr 11, 2012 at 9:47 AM, neosky <neosk...@yahoo.com> wrote:
> both are version 3.5
> I have tried that the solr can read the index file by lucene,
> but I tried to use the lucene to read the index file from a specific field.
> It returns me the result when I do the *.* search
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Does-the-lucene-can-read-the-index-file-from-solr-tp3902927p3902927.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to