FolDeRol wrote:
Is Lucene used for anything else but full-text searches? I mean, how and by whom queries that use exact logical conditions are processed?
all queries are executed against the lucene index, not just fulltext searches. regards marcel
FolDeRol wrote:
Is Lucene used for anything else but full-text searches? I mean, how and by whom queries that use exact logical conditions are processed?
all queries are executed against the lucene index, not just fulltext searches. regards marcel