Lucene.NET performance
Posted
by Paul Knopf
on Stack Overflow
See other posts from Stack Overflow
or by Paul Knopf
Published on 2010-05-19T16:29:53Z
Indexed on
2010/05/19
16:40 UTC
Read the original article
Hit count: 426
lucene.net
|search-engine
I have a website that runs of a third party search provider that is expensive. I am going to roll my own.
Is Lucene.NET capable of ~25,000 products (or documents), each with maybe ten attributes used for filtering? I am looking to do a "narrow/drill down" or "faceted search".
Does that sound like to much to ask from Lucene.NET?
© Stack Overflow or respective owner