You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Christopher Gross <co...@gmail.com> on 2010/09/17 19:08:59 UTC

Connection question

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 into and fixed this problem, but I
haven't been able to find a way to do it.

Thanks for your help!

-- Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Connection question

Posted by Lance Norskog <go...@gmail.com>.
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 <co...@gmail.com> wrote:
> 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 <ia...@gmail.com> wrote:
>> 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 <co...@gmail.com> wrote:
>>> 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 into and fixed this problem, but I
>>> haven't been able to find a way to do it.
>>>
>>> Thanks for your help!
>>>
>>> -- Chris
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: java-user-help@lucene.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: java-user-help@lucene.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>



-- 
Lance Norskog
goksron@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Connection question

Posted by Christopher Gross <co...@gmail.com>.
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 <ia...@gmail.com> wrote:
> 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 <co...@gmail.com> wrote:
>> 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 into and fixed this problem, but I
>> haven't been able to find a way to do it.
>>
>> Thanks for your help!
>>
>> -- Chris
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: java-user-help@lucene.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Connection question

Posted by Ian Lea <ia...@gmail.com>.
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 <co...@gmail.com> wrote:
> 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 into and fixed this problem, but I
> haven't been able to find a way to do it.
>
> Thanks for your help!
>
> -- Chris
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org