Analyzers in Lucene.Net

What is an Analyzer?## When you want to insert data into a Lucene index, or when you want to get the data back out of the index you will need to use an Analyzer to do this.
Lucene ships with many different Analyzers and picking the right one really com…


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

What is an Analyzer?## When you want to insert data into a Lucene index, or when you want to get the data back out of the index you will need to use an Analyzer to do this. Lucene ships with many different Analyzers and picking the right one really comes down to the needs of your implementation. There are ones for working with different languages, ones which determine how words are treated (and which words to be ignored) or how whitespace is handled.


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2010-05-27T00:00:00+00:00) Analyzers in Lucene.Net. Retrieved from https://www.scien.cx/2010/05/27/analyzers-in-lucene-net/

MLA
" » Analyzers in Lucene.Net." Posts on LINQ to Fail | Sciencx - Thursday May 27, 2010, https://www.scien.cx/2010/05/27/analyzers-in-lucene-net/
HARVARD
Posts on LINQ to Fail | Sciencx Thursday May 27, 2010 » Analyzers in Lucene.Net., viewed ,<https://www.scien.cx/2010/05/27/analyzers-in-lucene-net/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » Analyzers in Lucene.Net. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2010/05/27/analyzers-in-lucene-net/
CHICAGO
" » Analyzers in Lucene.Net." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2010/05/27/analyzers-in-lucene-net/
IEEE
" » Analyzers in Lucene.Net." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2010/05/27/analyzers-in-lucene-net/. [Accessed: ]
rf:citation
» Analyzers in Lucene.Net | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2010/05/27/analyzers-in-lucene-net/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.