This can probably be done. The hardest part is cross-correlating your
Lucene analyzer use with the Solr analyzer stack definition. There are
a few things Lucene does that Solr doesn't- span queries for one.
Lance
On Fri, Sep 17, 2010 at 12:39 PM, Christopher Gross wrote:
> Yes, I'm asking about
Yes, I'm asking about network connections.
Are you aware of any documentation on how I can set up Solr to use the
Lucene index that I already have?
Thanks!
-- Chris
On Fri, Sep 17, 2010 at 3:02 PM, Ian Lea wrote:
> Are you asking about network connections? There is no networking
> built int
Are you asking about network connections? There is no networking
built into lucene. There is in solr, and lucene can use directories
on networked file systems.
--
Ian.
On Fri, Sep 17, 2010 at 6:08 PM, Christopher Gross wrote:
> I'm trying to connect to a Lucene index on a test server. All o
I'm trying to connect to a Lucene index on a test server. All of the
examples that I've found use a local directory to connect into the
Lucene index, but I can't find one that will remotely hook into it.
Can someone please point me in the right direction? I'm fairly
certain that someone has run