Lucene retrieval model

2008-12-30 Thread Claudia Santos
Hello, I would like to know more about Lucene's retrieval model, more specifically about the boolean model. Is that a standard model or an extended model? I mean, it returns just documents that match the boolean expression or include in the search result all Documents which correspond to the gi

Re: GermanAnalyzer

2008-11-24 Thread Claudia Santos
Def framework to define your German analyzer. Check the online documenation (http://www.hibernate.org/hib_docs/search/reference/en/html_single) for AnalyzerDef. If you still have problems after an upgrade I recommend posting to the Search forum. --Hardy On Mon, 24 Nov 2008 14:19:06 +0100

GermanAnalyzer

2008-11-24 Thread Claudia Santos
Hello, I'm a newbie with Lucene and I started some testing with a small Web Application with Lucene 2.4.0 and Hibernate Search 3.0.0. The test with the Standard Analyser were successful, but when i try to use the German Analyser (for indexing and searching) i get the following error in l

GermanAnalyzer

2008-11-24 Thread Claudia Santos
Hello, I'm a newbie with Lucene and I started some testing with a small Web Application with Lucene 2.4.0 and Hibernate Search 3.0.0. The test with the Standard Analyser were successful, but when i try to use the German Analyser (for indexing and searching) i get the following error in localho