Lucene.Net/SpellChecker - multi-word/phrase based auto-suggest

前端 未结 3 930
小鲜肉
小鲜肉 2021-02-04 22:18

I\'ve implemented Lucenet.NET on my site, using it to index my products which are theatre shows, tours and attractions around London.

I want to implement a \"Did you mea

3条回答
  •  失恋的感觉
    2021-02-04 22:53

    There is a excellent blog series here:

    1. Lucene.NET
    2. Introduction to Lucene
    3. Indexing basics
    4. Search basics
    5. Did you mean..
    6. Faceted Search
    7. Class Reference

    I have also found another project called SimpleLucene which you can use to maintain your lucene indexes whenever you need to update or delete a document. Read about it here

提交回复
热议问题