Lucene.Net Best Practices

后端 未结 5 2075
没有蜡笔的小新
没有蜡笔的小新 2021-01-30 05:38

What are the best practices in using Lucene.Net? or where can I find a good lucene.net usage sample?

5条回答
  •  逝去的感伤
    2021-01-30 05:55

    'Lucene in Action' is the best book to learn how to index and how to search. It even covers the advanced search techniques and writing custom analyzers. Even though the book is for Java...I have implemented searching and indexing in .net by using this book.

提交回复
热议问题