versions
> of Lucene write to a segments_N file, while 1.4 tries to open just the
> file "segments".
>
> Mike
>
> yugana wrote:
>
>>
>> I have checked all the jars and tried replacing with the same
>> versions. Still
>> I get the same er
I have checked all the jars and tried replacing with the same versions. Still
I get the same error. Please let me know what else to check.
yug
Michael McCandless-2 wrote:
>
>
> It looks like under JBoss you are accidentally using Lucene 1.4, not
> 2.3.2.
>
> Mike
exDir";
saikrishna venkata pendyala wrote:
>
> Please check the path set for lucene-index in configuration file.
>
> On Thu, Jul 3, 2008 at 10:11 AM, yugana <[EMAIL PROTECTED]> wrote:
>
>>
>> Hi,
>>
>> I am indexing content and searching using
Hi,
I am indexing content and searching using lucene. It is working fine when I
use the simple servlet and jsp mechanism. I am able to search on the indexed
content. I tried to implement the same using JBoss Portal. When I try to run
the search, I get the below error: Please help me to resolve th
We are using the VSpider...
Yug
John Wang wrote:
>
> Maybe building a Lucene gateway to hook in with VSpider.
> Are you using VSpider or K2Spider?
>
> -John
>
> On Tue, Jun 24, 2008 at 8:35 PM, yugana <[EMAIL PROTECTED]> wrote:
>
>>
>> Hi Otis,
>
;
>
> Otis
> --
> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
>
>
> - Original Message
>> From: yugana <[EMAIL PROTECTED]>
>> To: java-user@lucene.apache.org
>> Sent: Tuesday, June 24, 2008 3:25:03 AM
>> Subject: Indexing the spider c
Hi All,
I have created an index file and indexing the content retrieved from a
database. How can I search on this content? When indexed 3 files namely
_0.cfs, segments.gen and segments_k are created. Need help on this.
Thanks,
Yugana
--
View this message in context:
http://www.nabble.com/How
Hi All,
I am new to Lucene Search. Can you let me know if it is possible to index
the "Verity Spider" content. If possible please let me know how to create a
index form it and search on it. Also share some code snippets on how to
proceed on indexing and searching. I donot have much time to go thr