Re: Speed up searching on index created using JdbcDirectory

2014-08-23 Thread Pradeep Bhattiprolu
not allowed me to place files on websphere server JVM, so > thats why we are placing index files in database and searching using > JDBCDirectory. > > I am using 2.4 Lucene API jars API with below ways to search the fields > from index, > > > Directory dir; = new JdbcDirecto

Re: Speed up searching on index created using JdbcDirectory

2014-08-23 Thread Mahesh Charegaonkar
Hi, My company policy not allowed me to place files on websphere server JVM, so thats why we are placing index files in database and searching using JDBCDirectory. I am using 2.4 Lucene API jars API with below ways to search the fields from index, Directory dir; = new JdbcDirectory (ds

RE: Speed up searching on index created using JdbcDirectory

2014-08-23 Thread Uwe Schindler
.thetaphi.de > > eMail: u...@thetaphi.de > > > > > > > -Original Message- > > > From: Mahesh Charegaonkar [mailto:mahesh.charegaon...@gmail.com] > > > Sent: Saturday, August 23, 2014 11:12 PM > > > To: java-user@lucene.apache.org > > > Su

Re: Speed up searching on index created using JdbcDirectory

2014-08-23 Thread Mahesh Charegaonkar
charegaon...@gmail.com] > > Sent: Saturday, August 23, 2014 11:12 PM > > To: java-user@lucene.apache.org > > Subject: Re: Speed up searching on index created using JdbcDirectory > > > > HI All, > > > > Please help me out to resolve this issue. Your help is real

RE: Speed up searching on index created using JdbcDirectory

2014-08-23 Thread Uwe Schindler
haregaonkar [mailto:mahesh.charegaon...@gmail.com] > Sent: Saturday, August 23, 2014 11:12 PM > To: java-user@lucene.apache.org > Subject: Re: Speed up searching on index created using JdbcDirectory > > HI All, > > Please help me out to resolve this issue. Your help is really appriciated.

Re: Speed up searching on index created using JdbcDirectory

2014-08-23 Thread Mahesh Charegaonkar
HI All, Please help me out to resolve this issue. Your help is really appriciated. Thanks Mahesh On Wed, Aug 20, 2014 at 1:57 PM, Mahesh Charegaonkar < mahesh.charegaon...@gmail.com> wrote: > Hi Lucene masters, > > I was using lucene couple of years back. We have developed application > which

Speed up searching on index created using JdbcDirectory

2014-08-20 Thread Mahesh Charegaonkar
Hi Lucene masters, I was using lucene couple of years back. We have developed application which uses lucene's JdbcDirecory feature. Using JdbcDirecory we have writing and reading data from database. Over the time data has increased tremendously and that why we are facing performance issue with se

Using JdbcDirectory

2008-10-16 Thread Kalani Ruwanpathirana
Hi, I am using the Compass implementation of Lucene's JdbcDirectory interface, to create the index in a database. Currently I am using RAMDirectory to act in the middle to get some buffering support to reduce the performance hit. Am I doing anything unnecessary here? Somewhere I saw that JdbcDire

Re: Using jdbcdirectory

2005-06-07 Thread Anthony Vito
On Wed, 2005-05-18 at 17:30 +0200, Ivan Frade wrote: > Hello, > > I'm trying to use JDBCDirectory in my project. Now (the project) is > working fine with FSDirectory, but if i simple replace FSDirectory with > JDBCDirectory the things don't go well: I can create the index, but when > try to conne

Using jdbcdirectory

2005-05-18 Thread Ivan Frade
Hello, I'm trying to use JDBCDirectory in my project. Now (the project) is working fine with FSDirectory, but if i simple replace FSDirectory with JDBCDirectory the things don't go well: I can create the index, but when try to connect (to insert a document) i find a corrupted index. Looking datab

Using JDBCDirectory

2005-03-15 Thread Ravi Rao
All, I got JDBCDirectory from information on the lucene-user's mailing list. http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]&msgId=1644063 I cannot get basic searches to work. I tried to merge the JDBC directory with a filesystem index and search the filesystem index. That produced