<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Lucene on Thaimeo Blog</title><link>https://blog.thaimeo.info/tags/lucene/</link><description>Recent content in Lucene on Thaimeo Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 30 Sep 2009 07:36:18 +0000</lastBuildDate><atom:link href="https://blog.thaimeo.info/tags/lucene/index.xml" rel="self" type="application/rss+xml"/><item><title>Lucene tập 2</title><link>https://blog.thaimeo.info/2009/09/30/lucene-t%E1%BA%ADp-2/</link><pubDate>Wed, 30 Sep 2009 07:36:18 +0000</pubDate><guid>https://blog.thaimeo.info/2009/09/30/lucene-t%E1%BA%ADp-2/</guid><description>http://lucene.apache.org/java/2_3_2/queryparsersyntax.html Grouping Lucene supports using parentheses to group clauses to form sub queries. This can be very useful if you want to control the boolean logic for a query. To search for either “jakarta” or “apache” and “website” use the query: (jakarta OR apache) AND website This eliminates any confusion and makes sure you that … Read more</description></item><item><title>Lucene là cái gì</title><link>https://blog.thaimeo.info/2009/08/11/lucene-la-cai-gi/</link><pubDate>Tue, 11 Aug 2009 03:16:55 +0000</pubDate><guid>https://blog.thaimeo.info/2009/08/11/lucene-la-cai-gi/</guid><description>Field.Keyword – The data is stored and indexed but not tokenized. This is most useful for data that should be stored unchanged such as a date. In fact, the Field.Keyword can take a Date object as input. Field.Text – The data is stored, indexed, and tokenized. Field.Text fields should not be used for large amounts … Read more</description></item></channel></rss>