: We will be using sqllite for db.This can be used for a cd version where we
: need to provide search
i'm not really sure how that answers grant's question -- what is it about
running Solr that seems problematic and makes you want to put the index in
a database?
http://people.apache.org/~hoss
The luke request handler returns all the tokens from the index ,is this
correct?
On 3/5/09, revas wrote:
>
> We will be using sqllite for db.This can be used for a cd version where we
> need to provide search
>
>
> On 3/5/09, Grant Ingersoll wrote:
>>
>>
>> On Mar 5, 2009, at 3:10 AM, revas wro
We will be using sqllite for db.This can be used for a cd version where we
need to provide search
On 3/5/09, Grant Ingersoll wrote:
>
>
> On Mar 5, 2009, at 3:10 AM, revas wrote:
>
> Hi,
>>
>> I have a requirement where i need to search offline.We are thinking of
>> doing
>> this by storing the
On Mar 5, 2009, at 3:10 AM, revas wrote:
Hi,
I have a requirement where i need to search offline.We are thinking
of doing
this by storing the index terms in a db .
I'm not sure I follow. How is it that Solr would be offline, but your
DB would be online? Can you explain a bit more the
Hi,
I have a requirement where i need to search offline.We are thinking of doing
this by storing the index terms in a db .
Is there a was of accessing the index tokens in solr 1.3 ?
The other way is to use Zend_lucene to read the index file of solr as zend
lucene has method for doing this.But Ze