<?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 16:58:09 -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>Searching while optimizing</title>
<description>Hi, I am using lucene 2.9.1 to index a continuous flow of events. My server keeps an index writer open at all time and write events as groups of a few</description>
<pubDate>23 Nov  2009 12:20:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89822</link>
</item><item>
<title>autosuggest - in the sense of autocomplete</title>
<description>Sir,   I actually meant auto suggest as such available for google suggest similar to autocomplete. Where, users need not type the entire text and inst</description>
<pubDate>23 Nov  2009 02:58:35 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89760</link>
</item><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><item>
<title>Token character 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 07:37:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89164</link>
</item><item>
<title>Custom sorting</title>
<description>Hello all, I am having millions of records in the database and in that 75% of the records required to be sorted. Does 2.9 provides facility to do cu</description>
<pubDate>17 Nov  2009 02:23:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89142</link>
</item><item>
<title>javadoc questions/inconsistencies</title>
<description>Hello all, Sorry if this is offtopic or already discussed/documented somewhere. Regarding lucene 2.9.1 javadoc: In Searcher the method &amp;quot;TopDocs sea</description>
<pubDate>17 Nov  2009 01:32:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89138</link>
</item><item>
<title>What&amp;#039;s &amp;#039;java -server&amp;#039; option ?</title>
<description>Hi, all I found a suggestion in &amp;#039;Lucene in Action&amp;#039; : use &amp;#039;java -server&amp;#039; to run faster. As I tested, it&amp;#039;s 2 times faster than normal &amp;#039;java&amp;#039; which uses</description>
<pubDate>16 Nov  2009 17:54:15 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89121</link>
</item><item>
<title>Use of AllTermDocs with custom scorer</title>
<description>I have a custom query object whose scorer uses the &amp;#039;AllTermDocs&amp;#039; to get all non-deleted documents. AllTermDocs returns the docId relative to the segme</description>
<pubDate>16 Nov  2009 10:39:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89034</link>
</item><item>
<title>What is the best way to handle the primary key case during lucene indexing</title>
<description>Hi,  In our application, we will allow the user to create a primary key defined in the document. We are using lucene 2.9. In this case, when we index</description>
<pubDate>16 Nov  2009 09:15:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88998</link>
</item><item>
<title>Sort fields shouldn&amp;#039;t be tokenized</title>
<description>I am looking at adding some sorting functionality to my application and read that Sort fields should not be tokenized - can anyone explain why? I have</description>
<pubDate>16 Nov  2009 07:36:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88975</link>
</item><item>
<title>share some numbers for range queries</title>
<description>Hi:   I did some performance analysis for different ways of doing numeric ranging with lucene. Thought I&amp;#039;d share: http://invertedindex.blogspot.com</description>
<pubDate>15 Nov  2009 22:02:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88922</link>
</item><item>
<title>Can Lucene unite multiple instances run as one ?</title>
<description>Hi, all I&amp;#039;m facing a large index, on a x86 win platform which may not have big enough jvm heap space to hold the entire index. So, I think it&amp;#039;s possib</description>
<pubDate>15 Nov  2009 19:12:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88914</link>
</item><item>
<title>[OT] Webinar on spatial search using Lucene and Solr</title>
<description>From Here to There, You Can Find it Anywhere: &amp;gt; Building Local/Geo-Search &amp;gt; with Apache Lucene and Solr  Join us for a free webinar hosted by TechTar</description>
<pubDate>15 Nov  2009 14:42:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88912</link>
</item><item>
<title>Polishing up my Lucene integration, customizing analyzer</title>
<description>I bought the original Lucene in Action, read it, set up integration with my system--a small Java daemon that monitors db for changes &amp;amp; updates the ind</description>
<pubDate>15 Nov  2009 13:58:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88901</link>
</item><item>
<title>How to limit fields being loaded into the FieldCache ?</title>
<description>Hi all, In &amp;#039;Lucene in Action&amp;#039;, I read &amp;quot;Limit how many fields you directly load into the FieldCache&amp;quot; to reduce RAM usage during searching. But I can&amp;#039;t</description>
<pubDate>15 Nov  2009 06:02:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88873</link>
</item><item>
<title>Problems with fragments size on highlight.</title>
<description>Hi, i&amp;#039;m having some problems with the size of the fragmentes when i&amp;#039;m doing the highlight. I pass on the constructor of the SimpleSpanFragmenter a siz</description>
<pubDate>14 Nov  2009 17:21:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88848</link>
</item><item>
<title>synonym-group filter</title>
<description>SynonymTokenFilter, if I understand correctly, maps a given token to a set of tokens representing its synonyms. If used in the filter chain of a query</description>
<pubDate>14 Nov  2009 13:35:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88830</link>
</item><item>
<title>Max number of open IndexWriters</title>
<description>Is there any limit on how many IndexWriter can I keep open at same time? What does it depends on (RAM?) Can I keep 100 or 200 IndexWriters open in say</description>
<pubDate>14 Nov  2009 08:35:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88822</link>
</item><item>
<title>Redundant fields Token class?</title>
<description>I&amp;#039;m writing a TokenFilter and am confused about why class Token has both an *endOffset* and a *termLength* field. It would appear that the following</description>
<pubDate>13 Nov  2009 14:50:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88763</link>
</item><item>
<title>Term Boost Threshold</title>
<description>Hi, I am trying to move from a system where I counted the frequency of terms by hand in a highlighter to determine if a result was useful to me. In a</description>
<pubDate>13 Nov  2009 14:09:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88746</link>
</item><item>
<title>listing all fields used in any documents</title>
<description>Hi, I am indexing log4j/logback/JUL logging events. my documents includes regular fields (eg: logger, message, date, ...) and custom fields that appl</description>
<pubDate>13 Nov  2009 08:44:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88727</link>
</item><item>
<title>Custom scoring algorithm</title>
<description>Hi. I am developing an application and I would like to add searching capabilities. I have a database with items. Each item has a number of &amp;quot;features&amp;quot;</description>
<pubDate>13 Nov  2009 06:42:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88722</link>
</item><item>
<title>Prefix Query for autocomplete - TooManyClauses</title>
<description>We are using lucene for one our projects here and has been working very well for last 2 years. The new requirement is to use it for autocomplete. Here</description>
<pubDate>13 Nov  2009 05:50:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88714</link>
</item><item>
<title>OutofMemory in large index</title>
<description>Hi all, I got OutOfMemoryError at org.apache.lucene.search.Searcher.search(Searcher.java:183) My index is 43G bytes. Is that too big for Lucene ? Luk</description>
<pubDate>12 Nov  2009 23:22:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88679</link>
</item><item>
<title>docBase Parameter in Collector.setNextReader</title>
<description>Hello everyone, I&amp;#039;m a little bit confused about the docBase parameter of Collector.setNextReader. Imagine the following:  - Create new Index  - In</description>
<pubDate>12 Nov  2009 13:25:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88652</link>
</item><item>
<title>Unexpected results searching for phrase with stop words</title>
<description>I have a document with the title &amp;quot;Here, there be dragons&amp;quot; and a body. When I search for  Here, there be dragons (no quotes) with a title boost of 2</description>
<pubDate>12 Nov  2009 12:00:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88643</link>
</item><item>
<title>Verbose logging via ant, get an OOM</title>
<description>Is there a setting to fix this? [junit] Exception in thread &amp;quot;main&amp;quot; java.lang.OutOfMemoryError: Java heap space   [junit]  at java.util.Arrays.cop</description>
<pubDate>12 Nov  2009 11:38:29 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88640</link>
</item><item>
<title>Using a precompiled index with a WAR archive</title>
<description>I&amp;#039;m trying to use a precompiled Lucene index from within a WAR archive, and was having difficulty, but found a possible solution: http://mail-archives</description>
<pubDate>12 Nov  2009 09:06:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88623</link>
</item><item>
<title>OutOfMemoryError when using Sort</title>
<description>Hello List. I&amp;#039;m having a problem when I add a Sort object to my searcher:   docs = searcher.search(parser.parse(search), null, 50, sort); Every ti</description>
<pubDate>12 Nov  2009 07:57:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88612</link>
</item><item>
<title>How to read the index in terms order</title>
<description>Dear all, I am pretty sure it&amp;#039;s trivial and I apologize for raising this issue. I wish to access the index in the order driven by:  Term+&amp;quot;Field na</description>
<pubDate>12 Nov  2009 06:45:56 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88611</link>
</item><item>
<title>Edit distance and wildcard searching with PhraseQuery</title>
<description>Hi,   I am trying to figure out a way that I can query a Lucene index for a phrase but have some fuzziness (edit distance and/or wildcard) applied t</description>
<pubDate>11 Nov  2009 14:48:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88567</link>
</item><item>
<title>Wrapping IndexSearcher so that it is safe?</title>
<description>I am pondering a way to allow closing of an index searcher and  releasing the pointer to it so that it automatically cleans up by  itself when all t</description>
<pubDate>11 Nov  2009 14:12:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88559</link>
</item><item>
<title>Equality Numeric Query</title>
<description>Hi I index documents with numeric fields using the new Numeric package. I execute two types of queries: range queries (for example, [.1 TO 20}) and e</description>
<pubDate>11 Nov  2009 05:54:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88515</link>
</item><item>
<title>How to safely close Index objects?</title>
<description>Hi Guys, Given a class with two static variables, is the following safe? ie If  I call &amp;quot;close&amp;quot; while something else is using the objects, do the  o</description>
<pubDate>10 Nov  2009 21:13:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88478</link>
</item><item>
<title>Multiple threads under tomcat</title>
<description>Apologies if this info is already somewhere, but google cant find it  (: I am assuming the following code is completely thread safe:  // Called fro</description>
<pubDate>10 Nov  2009 16:23:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88469</link>
</item><item>
<title>Sorting and Pagination with Lucene 2.9</title>
<description>I noticed that this question has been asked but I could not find good answer so I am posting again. Is there a good example of sorting and pagination</description>
<pubDate>10 Nov  2009 14:35:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88449</link>
</item><item>
<title>Lucene index write performance optimization</title>
<description>Hi There Our app spends alot of time waiting for Lucene to finish writing to the index. I&amp;#039;d like to minimize this. If you have a moment to spare, pl</description>
<pubDate>10 Nov  2009 08:43:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88386</link>
</item><item>
<title>Scoring formula - Average number of terms in IDF</title>
<description>Hi, I want to change the default scoring formula of lucene and one of the changes I want to perform is on the idf term. What I want to do is to inclu</description>
<pubDate>10 Nov  2009 04:32:12 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88367</link>
</item><item>
<title>remove duplicate when merging indexes</title>
<description>hello all,   This is my situation , i&amp;#039;ve multiple indexes , for example , index1 , index2 , index3 ... i&amp;#039;ve to update the indexes every night . If</description>
<pubDate>10 Nov  2009 01:05:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88344</link>
</item><item>
<title>Could one filed include more than one value?</title>
<description>Hi, guys,   I have such a problem:   I have lots of files. In these files, two of them are related to each other and should be deemed as a whole</description>
<pubDate>10 Nov  2009 00:44:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88339</link>
</item><item>
<title>Index maintaining/updating</title>
<description>Hi, everybody,  I am new to Lucene and have a question about how to update my index. The following is my situation:  1) I create indexes for each</description>
<pubDate>09 Nov  2009 22:39:15 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88335</link>
</item><item>
<title>building lucene-core from source</title>
<description>I know this has been asked before, but I couldn&amp;#039;t find the thread. The jar file produced from a build of 2.9.0 is &amp;#039;lucene-core-2.9.jar&amp;#039;. For 2.9.1, it</description>
<pubDate>09 Nov  2009 15:38:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88314</link>
</item><item>
<title>Questions about SEN patch submissions</title>
<description>As some of you may recall I&amp;#039;ve been working on getting the SEN Japanese morphological analyzer working with 2.9. (and also with Solr 1.4, but that&amp;#039;s</description>
<pubDate>09 Nov  2009 11:55:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88293</link>
</item><item>
<title>Change norm encoding</title>
<description>Hi, i&amp;#039;ve got a problem concerning encoding of norms. I want to use int values (0-255) instead of float interpreted bytes. In my own Similarity-Class</description>
<pubDate>09 Nov  2009 08:04:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88269</link>
</item><item>
<title>Lucene - Text Classification.</title>
<description>i want to classify sentences stored as strings to a bunch of keywords related to a certain category.  so i will have 10 strings which will be a sente</description>
<pubDate>09 Nov  2009 07:33:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88265</link>
</item><item>
<title>Solr Training in Europe</title>
<description>Hi All, For those who are interested, the official Lucid Solr trainings are now available in Europe. The first training - &amp;quot;Introduction to Solr&amp;quot; is</description>
<pubDate>09 Nov  2009 06:47:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88267</link>
</item><item>
<title>How to use Lucene to suppot quick search on huge databases where the primary content is of non textual format ?</title>
<description>The requirement is to perform a Quick search on a DB table that has more than a million real estate property records where the primary search criteria</description>
<pubDate>09 Nov  2009 02:51:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88244</link>
</item><item>
<title>Index individual digital strings</title>
<description>Hi all, What&amp;#039;s the best way to index digital strings ? currently I&amp;#039;m using   doc.add(new Field(&amp;quot;id&amp;quot;, docid, Field.Store.YES, Field.Index.NOT_ANALYZE</description>
<pubDate>08 Nov  2009 22:48:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88230</link>
</item><item>
<title>how to match a term within digital strings?</title>
<description>Hi all, I want to query part of a digital string: say indexed token is &amp;quot;123456789&amp;quot; I want to query 56789 to match this token The &amp;quot;Query Parser Syntax&amp;quot;</description>
<pubDate>08 Nov  2009 20:44:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88225</link>
</item><item>
<title>IndexWriter.close() no longer seems to close everything</title>
<description>Hi all. We updated to Lucene 2.9, and now we find that after closing our text index, it is not possible to rename the directory in which it resides (</description>
<pubDate>08 Nov  2009 19:29:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88222</link>
</item><item>
<title>synonym payload boosting</title>
<description>Hi, I have a field and a wighted synonym map. I have indexed the synonyms with the weight as payload. my code snippet from my filter *public Token ne</description>
<pubDate>08 Nov  2009 05:23:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88185</link>
</item><item>
<title>lucene 2.9+ numeric indexing</title>
<description>Hi guys:   Running into a strange problem:   I am indexing into a field a numeric string:   int n = Math.abs(rand.nextInt(1000000));  Field</description>
<pubDate>08 Nov  2009 00:36:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88170</link>
</item><item>
<title>Indexing domain names?</title>
<description>Hi, How do I go about indexing domain names? I currently index the domain, but it only works if I put the exact full domain in. For example: site:ww</description>
<pubDate>07 Nov  2009 22:20:34 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88168</link>
</item><item>
<title>Apache Lucene java 2.9.1 released</title>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Release 2.9.1 of Apache Lucene java is now available. This release fixes bugs from 2.9.0, including on</description>
<pubDate>07 Nov  2009 07:19:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88145</link>
</item><item>
<title>No sir may b somewhere am wrong in the internet options</title>
<description>No sir but its getting downloaded in the prescribed format. I have attached a screenshot. --- On Fri, 6/11/09, Anshum &amp;lt;anshumg@gmail.com&amp;gt; wrote:  Fr</description>
<pubDate>06 Nov  2009 20:55:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88126</link>
</item><item>
<title>IndexingChain and TermHash</title>
<description>Hi, I am trying to modify the indexing chain of Lucene. To start, I have extracted and modified the default indexing chain. I have just removed the</description>
<pubDate>06 Nov  2009 09:29:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88084</link>
</item><item>
<title>IndexWriter RAMBufferSizeMB memory leak?</title>
<description>If I use an IndexWriter and set the RAMBufferSizeMB to 16(default) or lower the memory is freed as expected and the memory of the process will level o</description>
<pubDate>06 Nov  2009 08:33:13 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88080</link>
</item><item>
<title>2 phase commit with external data</title>
<description>I&amp;#039;m trying to use a two phase commit involving a Lucene index and an external file derived from the index. Here are the steps: 1. prepare commit on L</description>
<pubDate>06 Nov  2009 07:59:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88068</link>
</item><item>
<title>PhraseQuery Problem</title>
<description>Hi All, One of things that we want to do in our application is to assign the score to a doc which is something like this score = (# terms matched to</description>
<pubDate>06 Nov  2009 03:37:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88065</link>
</item><item>
<title>Link in the result page is not opening</title>
<description>Hi all,   Am using Java Lucene through web.   When i execute through Netbeans, its working well. My problem is:   It is displaying the list of links t</description>
<pubDate>06 Nov  2009 01:10:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88062</link>
</item><item>
<title>Directory.list() deprecation</title>
<description>Hi all. I am trying to clean up some deprecated calls which are showing up on upgrading to 2.9.0 (from 2.3.2...), and I have just come across Directo</description>
<pubDate>05 Nov  2009 21:39:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88052</link>
</item><item>
<title>is it possible to make lucene searches match based on per doc field:termcount?</title>
<description>Hi All, I hope someone can offer some advice. I want to extend lucene to search in a particular way(if it cant already): I want to index docs, each w</description>
<pubDate>05 Nov  2009 16:31:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88043</link>
</item><item>
<title>Open source search social evening in London - 18th Nov</title>
<description>Hi all, (Apologies for the cross-post) It&amp;#039;s been a while since the last time we met up, so we&amp;#039;re organising another open source search social evenin</description>
<pubDate>05 Nov  2009 13:57:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/88020</link>
</item><item>
<title>Creating tag clouds with lucene</title>
<description>Hi, I want to calculate a tag cload for search results. I have seen, that it is possible to extract the top 20 words out of the lucene index. Is ther</description>
<pubDate>05 Nov  2009 07:21:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/87989</link>
</item><item>
<title>Loading less terms in memory</title>
<description>Hello all, Due to some constraint in memory, I want to load less terms in memory. In case of Lucene 2.4.1, IndexDivisor is not working when we do reo</description>
<pubDate>05 Nov  2009 02:46:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/87982</link>
</item><item>
<title>Design doubt</title>
<description>Hi,   I have a scenario as described below user U1 - books purchased ,b1, b5, ... so on user U2 - books purchased ,b2, b7, ... so on ... ... ... Un</description>
<pubDate>04 Nov  2009 22:18:35 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/87975</link>
</item><item>
<title>addIndexesNoOptimize on shards --&amp;gt; is docid deterministic and calculable?</title>
<description>Hi,  say I have: - Indexreader[] readers = {reader1, reader2, reader3} //containing all different docs - I know the internal docids of documents in</description>
<pubDate>04 Nov  2009 06:23:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/87925</link>
</item><item>
<title>Free live video streaming of ApacheCon US 2009</title>
<description>Team, For those Lucene fanatics not in Oakland this week for ApacheCon US, don&amp;#039;t miss the FREE live video streaming, starting today:  http://stream</description>
<pubDate>04 Nov  2009 05:25:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/87917</link>
</item><item>
<title>rewrite()ing BooleanQuery results in empty clauses</title>
<description>I am rewriting some BooleanQueries and the end result contains some empty queries. The initial query is of the form: Field1:foo* Field2:foo* Field3:f</description>
<pubDate>04 Nov  2009 00:28:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/87904</link>
</item><item>
<title>void touchFile() should return the boolean result of the setLastModified</title>
<description>This is an issue found by Findbugs. In the file FSDirectory the method void touchFile() should return the boolean result of the setLastModified method</description>
<pubDate>03 Nov  2009 17:05:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/87892</link>
</item><item>
<title>merging Parallel indexes (can indexWriter.addIndexesNoOptimize be used?)</title>
<description>Given two parallel indexes one with slowly changing fields and one with fields which are updated regularly. Is it possible to periodically merge thes</description>
<pubDate>03 Nov  2009 08:24:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/87869</link>
</item><item>
<title>one to many relationship</title>
<description>Hi, Could anyone comment on how should I handle one-to-many relationship of domain objects in lucene? I have been searching the archive but was unabl</description>
<pubDate>03 Nov  2009 02:44:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/87855</link>
</item><item>
<title>Facets</title>
<description>Hello  I am trying to develop an API for a search application that is using Lucene 2.4.1 The search application is maintained by RAA (swedish goverme</description>
<pubDate>03 Nov  2009 01:23:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/87844</link>
</item><item>
<title>indexing xml messages</title>
<description>Hi, the following junit test fails on 3 out of the 6 searches:   @Test   public void indexXML() throws Exception {     Analyzer analyzer = ne</description>
<pubDate>02 Nov  2009 23:40:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/87837</link>
</item><item>
<title>How do you map a query for fieldx to fieldy</title>
<description>For backwards compatabiity I have to change queries for the track field to the recording field. I did this by overriding QueryParser.newQuery() as</description>
<pubDate>02 Nov  2009 14:48:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/87822</link>
</item><item>
<title>Re: ComplexPhraseQueryParser highlight problem</title>
<description>Yes - please share your test programs and I can investigate (ApacheCon this week, so I&amp;#039;m not sure when). And its best to keep communications on the l</description>
<pubDate>02 Nov  2009 05:04:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/87790</link>
</item>
</channel>
</rss>
