I´m developing a ebay-like system in .NET/C# …
Is Lucene a good option to a system like that? Or maybe a simpler solution ?
The performance is the most important thing to that…
EDIT
I´ll use a Full-Text Sql Search (Is it the best option?)
Any ideas, suggestions?
Paul
I would definitely go for Lucene.Net as you mention yourself. My experience is, that Lucene.Net has excellent performance, compared to proprietary search servers that I have had experience with.
Alternatively you can run the Java version Lucene or Solr on you server and query it.