I use Lucene.Net to index some documents. I want to show the user a couple of lines as to why that document is in the result set. just like when you use google to search and it shows the link and followed by the link there are a few lines with the keywords highlighted. any ideas?
相关问题
- JCR-SQL - contains function doesn't escape spe
- Lucene.net 4.8 - IDE doesn't recognize Lucene.
- Match lucene entire field exact value
- How to rank documents using tfidf similairty in lu
- Lucene Query on a DateField indexed by Solr
相关文章
- Solr - _version_ field must exist in schema and be
- Lucene.NET through NHibernate.Search and POCO Enti
- CakePHP with Lucene
- Apache Lucene doesn't filter stop words despit
- Sort by date in Solr/Lucene performance problems
- What Solr tokenizer and filters can I use for a st
- Solr: How to dynamically elevate limited number of
- Finding a single fields terms with Lucene (PyLucen
When you have a result you can get the indexed text pass it along with your query through a method similar to this: