Re: How to return filtered tokens as query results?

2010-02-05 Thread Gregg Horan
On Fri, Feb 5, 2010 at 2:31 AM, Ahmet Arslan wrote: > > > Is there a way to return Solr's > > analyzed/filtered tokens from a query, > > rather than the original indexed data? (Ideally at a > > fairly high level like > > solrj). > > TermVectorComponent [1] can do that. > > [1]http://wiki.apache.

How to return filtered tokens as query results?

2010-02-04 Thread Gregg Horan
Is there a way to return Solr's analyzed/filtered tokens from a query, rather than the original indexed data? (Ideally at a fairly high level like solrj). Thanks

Re: solrj query size limit?

2009-11-03 Thread Gregg Horan
That was it. Didn't see that optional parameter - the POST works. Thanks! On Nov 3, 2009, at 1:57 AM, Avlesh Singh wrote: Did you hit the limit for maximum number of characters in a GET request? Cheers Avlesh On Tue, Nov 3, 2009 at 9:36 AM, Gregg Horan wrote: I'm cons

solrj query size limit?

2009-11-02 Thread Gregg Horan
I'm constructing a query using solrj that has a fairly large number of 'OR' clauses. I'm just adding it as a big string to setQuery(), in the format "accountId:(this OR that OR yada)". This works all day long with 300 values. When I push it up to 350-400 values, I get a "Bad Request" SolrServerE