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.
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
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
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