Hello,
After applying the Highlighter on the result of a fulltext query i need to
display these highlighted results for the users so they can further navigate
(click on a row and get more details). My problem is that i must relate the
showed results with the actual data in the database to allow t
Hello,
I need to filter a FullTextSearch against a query, that means, i search a
term in a indexed entity "A", A contains a embedded Index "B", entity B has
a m:1 bidirectional relationship with entity "C", the foreign Key in "B" is
"c_id". My filter condition would be like "filter the fulltext
Hi,
I'm a newbie with Lucene and I started some testing with Lucene 2.2.0.
I developed my own Analyser and my own Filter based on examples found here,
that is:
public class DiacriticAnalyser extends GermanAnalyzer {
@Override
public TokenStream tokenStream(String fieldName, Reader reade
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 localhost