<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="/images/lists/rssstyle2.xsl"?>
<rss version="2.0">
<channel>
<title>Lucene | Java-User</title>
<description>Mailing List Archive by Gossamer Threads</description>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/</link>
<language>en-us</language>
<copyright>(c) Gossamer Threads Inc. All rights reserved.</copyright>
<lastBuildDate>23 Nov  2009 02:44:38 -0800</lastBuildDate>
<ttl>120</ttl>
<image>
<title>Gossamer Threads | Lucene | Java-User</title>
<width>75</width>
<height>23</height>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/</link>
<url>http://www.gossamer-threads.com/images/lists/rss_logo.jpg</url>
</image>
<item>
<title>How to find the fields that are indexed?</title>
<description>Sir,   Am using lucene 2.3.2. I would like to know what are the fields that are been indexed?   Ex:   doc.get(&amp;quot;path&amp;quot;);   this statement returns the pa</description>
<pubDate>23 Nov  2009 01:42:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89739</link>
</item><item>
<title>Linking Fields to Documents possible?</title>
<description>Hi,  I have a requirement where I have a list of Suppliers(documents for lucene index) and a list of Products(documents again). Each Product has a s</description>
<pubDate>23 Nov  2009 01:05:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89737</link>
</item><item>
<title>Top field count scoring across documents</title>
<description>Hello Lucene Experts,  I wonder if someone might be able to shed some insight on this interesting scoring question:  The problem: Build a search que</description>
<pubDate>22 Nov  2009 08:42:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89661</link>
</item><item>
<title>Efficient filtering advise</title>
<description>Hi, I have a need to filter my queries using a rather large subset of terms (can be 10K or even 50K). All these terms are sure to exist in the index</description>
<pubDate>22 Nov  2009 06:48:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89625</link>
</item><item>
<title>How to deal with Token in the new TS API</title>
<description>Hi I started to migrate my Analyzers, Tokenizer, TokenStreams and TokenFilters to the new API. Since the entire set of classes handled Token before,</description>
<pubDate>22 Nov  2009 03:12:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89585</link>
</item><item>
<title>Lucene IndexOutput</title>
<description>I use Lucene&amp;#039;s IndexOutput to dump index contents to a file, I use createOutput method in FSDirectory to create the file in the directory with the giv</description>
<pubDate>21 Nov  2009 07:36:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89546</link>
</item><item>
<title>Compiling analyzers from the Sandbox - where is comon-build.xml?</title>
<description>Hi, probably a newbie question (both newbie with Lucene and I don&amp;#039;t do something with Java very often): I want to use org.apache.lucene.analysis.de</description>
<pubDate>21 Nov  2009 03:06:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89519</link>
</item><item>
<title>ConcurrentMergeScheduler, Exception and transaction</title>
<description>I was experimenting how Lucene handles 2-phase commit. Then I noticed I am not catching all Exceptions from Lucene. And I think this is because Lucen</description>
<pubDate>20 Nov  2009 16:03:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89487</link>
</item><item>
<title>NearSpansUnordered payloads</title>
<description>I&amp;#039;m interested in getting the payload information from the matching span, however it&amp;#039;s unclear from the javadocs why NearSpansUnordered is different t</description>
<pubDate>20 Nov  2009 15:49:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89486</link>
</item><item>
<title>Help me with this error on indexing</title>
<description>Hi, I am evaluating several search algoritms, and I iterate on each. In each interation I delete the index directory, index the docs and I run the ev</description>
<pubDate>20 Nov  2009 11:18:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89464</link>
</item><item>
<title>[ANN] Luke 0.9.9.1 release</title>
<description>Hi all, I&amp;#039;m happy to announce a new release of Luke - the Lucene Index Toolbox. Please note that Luke development has moved to Google Code, and the</description>
<pubDate>20 Nov  2009 04:25:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89409</link>
</item><item>
<title>how to score in lucene</title>
<description>hi,   I have a problem with scoring a document in lucene. I know there are some factors such as docNum,boost,idf,docFreq,lengthNorm and so on. And I</description>
<pubDate>20 Nov  2009 02:46:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89405</link>
</item><item>
<title>ChainedFilter in Lucene 2.9</title>
<description>Hi ! Can someone tell me what is replacing ChainedFilter in Lucene 2.9? I used to do it like this - h = searcher.search(q, cluCF, cluSort); Where</description>
<pubDate>19 Nov  2009 20:27:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89402</link>
</item><item>
<title>SpanQuery for Terms at same position</title>
<description>Hello, I would like to search for all documents that contain both &amp;quot;plan&amp;quot; and &amp;quot;_v&amp;quot; (my part of speech token for verb) at the same position. I have tok</description>
<pubDate>19 Nov  2009 14:28:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89377</link>
</item><item>
<title>best way to iterate through all docs from a query</title>
<description>What is the best way to iterate across all the documents in a search results? Previously I was using the deprecated Hits object but changed the implen</description>
<pubDate>19 Nov  2009 07:36:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89355</link>
</item><item>
<title>adding documents while optimizing?</title>
<description>Hi, is this a good idea/possible to continue writing events to an index while optimizing it, in 2 differents threads, in the same process, using the</description>
<pubDate>19 Nov  2009 02:42:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89342</link>
</item><item>
<title>did you mean issue</title>
<description>hello all       i&amp;#039;ve a doubt in spell checker , when i search for a keyword hoem am getting the spell results as in the following order (in whic</description>
<pubDate>18 Nov  2009 22:22:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89337</link>
</item><item>
<title>Keep URLs intact and not tokenized by the StandardTokenizer</title>
<description>Hi, I am using lucene 2-9-1. I am reading in free text documents which I index using lucene and the StandardAnalyzer at the moment. The StandardAna</description>
<pubDate>18 Nov  2009 21:58:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89335</link>
</item><item>
<title>Re: lucene not returning correct results eventhough search query is present</title>
<description>Hi,  Please use java-user list for user questions. Are you sure the file got fully indexed in the first place? Use Luke to check. Also, see: Index</description>
<pubDate>18 Nov  2009 21:50:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89334</link>
</item><item>
<title>Finding the highest term in a field</title>
<description>Hi all. If I want to find the lowest term in a field, I can do something like this:   public Date computeEarliestDate(IndexReader reader) throws I</description>
<pubDate>18 Nov  2009 19:48:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89328</link>
</item><item>
<title>Phrase query with terms at same location</title>
<description>Hello, I have indexed words in my documents with part of speech tags at the same location as these words using a custom Tokenizer as described, very</description>
<pubDate>18 Nov  2009 14:20:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89318</link>
</item><item>
<title>recovering terms hit from wildcard queries</title>
<description>Hello, Firstly, thanks for all the good answers and support form this mailing list. Would it be possible and if so, what would be the best way to re</description>
<pubDate>18 Nov  2009 13:39:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89307</link>
</item><item>
<title>Lucene Java 3.0.0 RC1 now available for testing</title>
<description>Hello Lucene users,   On behalf of the Lucene dev community (a growing community far larger than just the committers) I would like to announce the</description>
<pubDate>17 Nov  2009 14:25:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89223</link>
</item><item>
<title>token positions</title>
<description>Hello, Hoping someone might clear up a question for me: When Tokenizing we provide the start and end character offsets for each token locating it wi</description>
<pubDate>17 Nov  2009 10:45:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89208</link>
</item><item>
<title>Why Lucene takes longer time for the first query and less for subsequent ones</title>
<description>Hi all, I made a list of 4 simple, singe term queries and do 4 searches via Lucene and find that if the term is used for search in the first time, Lu</description>
<pubDate>17 Nov  2009 09:39:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89186</link>
</item>
</channel>
</rss>
