Searcher.java ...problem in compiling

2008-02-23 Thread sumittyagi
import java.io.*; import org.apache.lucene.document.*; import org.apache.lucene.document.Field.*; import org.apache.lucene.index.*; import org.apache.lucene.analysis.*; import org.apache.lucene.analysis.standard.*; import java.util.*; import java.io.IOException; import org.apache.lucene.store.*; i

HELP...compiling first program for lucene Indexer.java

2008-02-23 Thread sumittyagi
I am new to lucene, and have problem in executing it's first program which is Indexer.java here is the source code.. * import java.io.*; import org.apache.lucene.document.*; import org.apache.lucene.index.*; import org.apache.lucene.analysis.*

A regex search engine for what?

2008-02-23 Thread Abeba Tensai
Hi, Just wanted to get the feedback of the community of potential disruptive application of a regular expression based search engine before offering my prof. to start researching the subject with changes to the lucene codebase. Thanks.

Re: Problem in Coding, to get the DOC ID from HITS

2008-02-23 Thread Erick Erickson
You have to set the Hits object to the results of a search. See Searcher.search() On Fri, Feb 22, 2008 at 4:32 PM, sumittyagi <[EMAIL PROTECTED]> wrote: > > here is my code > package db; > import java.io.*; > import java.util.*; > import java.lang.*; > import org.apache.lucene.search.Hits; > impo

Re: Searching for multiple criteria (accross 2 tables)

2008-02-23 Thread Emmanuel Bernard
Not sure if it's too late for you. But here are my comments if you want to stick with Hibernate and Hibernate Search Generally speaking, once you have the query to retrieve the data per id, you can map this query to an entity in Hibernate using either: - @Formula for simple cases - @Loader

VTD-XML 2.3 released

2008-02-23 Thread jimmy Zhang
VTD-XML 2.3 is now released. To download the latest version please visit http://sourceforge.net/project/showfiles.php?group_id=110612&package_id=120172. Below is a list of new features and enhancements in this version. a.. VTDException is now introduced as the root class for all other VTD-XML's

Changing wildcard characters

2008-02-23 Thread spring
Hi, is it possible to change the wildcard charaters which are used by QueryParser? Or do I have to replace them myself in the query string? Thank you - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: