Re: Lucene Error : java.io.FileNotFoundException

2008-07-04 Thread yugana
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

Re: Lucene Error : java.io.FileNotFoundException

2008-07-03 Thread yugana
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

Re: Lucene Error : java.io.FileNotFoundException

2008-07-02 Thread yugana
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

Lucene Error : java.io.FileNotFoundException

2008-07-02 Thread yugana
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

Re: Indexing the spider content

2008-06-25 Thread yugana
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, >

Re: Indexing the spider content

2008-06-24 Thread yugana
; > > 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

How to search on the indexed content

2008-06-24 Thread yugana
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

Indexing the spider content

2008-06-24 Thread yugana
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