<?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 06:22:45 -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>Re: Efficient filtering advise</title>
<description>Oh my goodness yes. No wonder nothing I suggested made any difference &amp;lt;G&amp;gt;. Ignore everything I&amp;#039;ve written.... OK, here&amp;#039;s something to try, and it goe</description>
<pubDate>23 Nov  2009 05:54:35 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89778</link>
</item><item>
<title>Re: Efficient filtering advise</title>
<description>Erick, Maybe I didn&amp;#039;t make myself clear enough. I&amp;#039;m talking about high level filters used when searching. I construct a very big BooleanQuery and ad</description>
<pubDate>23 Nov  2009 05:12:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89777</link>
</item><item>
<title>Re: Efficient filtering advise</title>
<description>Now I&amp;#039;m really confused, which usually means I&amp;#039;m making some assumptions that aren&amp;#039;t true. So here they are... 1&amp;gt; You&amp;#039;re talking about Filters that c</description>
<pubDate>23 Nov  2009 04:55:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89775</link>
</item><item>
<title>Re: Linking Fields to Documents possible?</title>
<description>There are some tricks you can apply, but they amount to keeping your own lists and manipulating them manually. As Ian says, Lucene isn&amp;#039;t a database, a</description>
<pubDate>23 Nov  2009 04:44:48 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89776</link>
</item><item>
<title>Re: scoring adjacent terms without proximity search</title>
<description>Hi Joel, I encounter the same problem. Could you please elaborate a bit on this? Many thanks, Liat 2009/11/2 Joel Halbert &amp;lt;joel@su3analytics.com&amp;gt;</description>
<pubDate>23 Nov  2009 03:55:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89761</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>Re: How to find the fields that are indexed?</title>
<description>By autosuggest, would you mean similar documents? In that case you could try the lucene &amp;#039;morelikethis&amp;#039; class. -- Anshum Gupta Naukri Labs! http://ai-</description>
<pubDate>23 Nov  2009 02:35:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89759</link>
</item><item>
<title>Re: How to find the fields that are indexed?</title>
<description>&amp;gt; That was a good solution to my problem and i found my fields for the document. Good. &amp;gt; Acutally i was trying it to find out how to implement autos</description>
<pubDate>23 Nov  2009 02:32:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89758</link>
</item><item>
<title>Re: Efficient filtering advise</title>
<description>After commenting out the collector logic, the time is still more or less the same. Anyway, since without the filter collecting the documents is very f</description>
<pubDate>23 Nov  2009 02:18:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89744</link>
</item><item>
<title>Re: How to find the fields that are indexed?</title>
<description>That was a good solution to my problem and i found my fields for the document. Acutally i was trying it to find out how to implement autosuggest with</description>
<pubDate>23 Nov  2009 02:12:34 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89743</link>
</item><item>
<title>Re: How to find the fields that are indexed?</title>
<description>Use this tool to examine the index: http://www.getopt.org/luke/ I would also suggest getting hold of a Lucene book such as Lucene In Action (http://w</description>
<pubDate>23 Nov  2009 02:11:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89742</link>
</item><item>
<title>Re: Linking Fields to Documents possible?</title>
<description>Lucene is not a database. You&amp;#039;ll need to flatten the data and yes, that does mean duplication.  -- Ian.  On Mon, Nov 23, 2009 at 9:05 AM, sameerpat</description>
<pubDate>23 Nov  2009 02:09:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89741</link>
</item><item>
<title>Re: How to find the fields that are indexed?</title>
<description>Lucene will index and store the fields that you tell it to when a document is written to the index. In lucene 2.4 doc.getFields() returns a List of a</description>
<pubDate>23 Nov  2009 02:08:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89740</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:06:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89738</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>Re: SpanQuery for Terms at same position</title>
<description>You are right Paul, 0 would not work, probably something less than zero, as Paul suggested. Give it a try and tell us if it worked ; ) On Sun, Nov 22</description>
<pubDate>22 Nov  2009 23:11:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89732</link>
</item><item>
<title>Re: did you mean issue</title>
<description>How are you invoking the spell checker?  On Nov 19, 2009, at 1:22 AM, m.harig wrote: &amp;gt; &amp;gt; hello all &amp;gt; &amp;gt;      i&amp;#039;ve a doubt in spell checker , w</description>
<pubDate>22 Nov  2009 17:07:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89723</link>
</item><item>
<title>RE: How to deal with Token in the new TS API</title>
<description>To call clear, you can always downcast to AttributeImpl. But you need to know, that it may clear also other attributes (like if it is a Token). So set</description>
<pubDate>22 Nov  2009 11:30:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89687</link>
</item><item>
<title>Re: How to deal with Token in the new TS API</title>
<description>Ok I see you fixed it at the same time I sent the email :). I think I get it ... so far. So far I had to cache just TermAttribute. I think it&amp;#039;ll get</description>
<pubDate>22 Nov  2009 11:25:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89686</link>
</item><item>
<title>Re: How to deal with Token in the new TS API</title>
<description>I assume termAtt is the input&amp;#039;s TermAttribute, right? Therefore it has no copyTo ... What I&amp;#039;ve done so far is create a TermAttribute like you propose</description>
<pubDate>22 Nov  2009 11:23:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89685</link>
</item><item>
<title>RE: How to deal with Token in the new TS API</title>
<description>Sorry small error: Class Initializer: private final AttributeSource lastState = cloneAttributes(); private final TermAttribute lastTermAtt = lastStat</description>
<pubDate>22 Nov  2009 11:22:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89684</link>
</item><item>
<title>RE: How to deal with Token in the new TS API</title>
<description>The cast to TermAttributeImpl may not work if the factory creates a Token... So declare termBuf as TermAttribute (without impl). To clear, you can al</description>
<pubDate>22 Nov  2009 11:21:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89683</link>
</item><item>
<title>Re: How to deal with Token in the new TS API</title>
<description>Did you mean something like: TermAttributeImpl termBuf = (TermAttributeImpl) input.getAttributeFactory().createAttributeInstance(TermAttribute.class)</description>
<pubDate>22 Nov  2009 11:14:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89682</link>
</item><item>
<title>RE: How to deal with Token in the new TS API</title>
<description>Another idea, what you can also do is, create an AttributeSource instance in your TokenStream one time using the AttributeSource.cloneAttributes() cal</description>
<pubDate>22 Nov  2009 11:14:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/lucene/java-user/89681</link>
</item>
</channel>
</rss>
