lucene « postgresql « Java Database Q&A





1. which directory should i use for Lucene Index directory?    stackoverflow.com

I am new to Lucene and I wonder, which directory is the best solution for indexing. My project is a Java-based web project which uses PostgreSQL for database. Searching is the ...

2. Solr Importing database field issues . how to I use postgres pgpool connection?    stackoverflow.com

I am using postgres database and pgpool . Postgres database port : 5432 is woking fine. But I am using Pgpool port : 9999 is Not Working. MY importing xml file (myproduct.xml) Working ...

3. Lucene - search does not return anything    stackoverflow.com

I am using Lucene to search. Here is the code-

        RAMDirectory  index = new RAMDirectory();         ...