Re: Searching for Documents by Indexed Term

2010-10-20 Thread Erick Erickson
Help updating/clarifying the Wiki is #alwyas# appreciated Erick On Wed, Oct 20, 2010 at 9:10 PM, Sasank Mudunuri wrote: > That looks very promising based on a couple of quick queries. Any > objections > if I move the javadoc help into the wiki, specifically: > > Create a term query from the

Re: Searching for Documents by Indexed Term

2010-10-20 Thread Sasank Mudunuri
That looks very promising based on a couple of quick queries. Any objections if I move the javadoc help into the wiki, specifically: Create a term query from the input value without any text analysis or > transformation whatsoever. This is useful in debugging, or when raw terms > are returned from

Re: Searching for Documents by Indexed Term

2010-10-20 Thread Erick Erickson
This may be a wild herring, but have you tried "raw"? NOTE: I'm a little out of my depth here on what this actually does, so don't waste time by thinking I'm an authority on this one. See: http://lucene.apache.org/solr/api/org/apache/solr/search/RawQParserPlugin.html and http://wiki.apache.org/sol

Searching for Documents by Indexed Term

2010-10-20 Thread Sasank Mudunuri
Hi Solr Users, I used the TermsComponent to walk through all the indexed terms and find ones of particular interest (named entities). And now, I'd like to search for documents that contain these particular entities. I have both query-time and index-time stemming set for the field, which means I ca