Hi Frederico,

not sure about solrNET, but changing the http method from GET to POST
worked for me (using SolrJ).

Chantal

On Mon, 2010-07-12 at 12:18 +0200, Frederico Azeiteiro wrote:
> Hi,
> 
>  
> 
> I need to perform a search using a list of values (about 2000).
> 
>  
> 
> I'm using SolrNET QueryInList function that creates the searchstring
> like:
> 
>  
> 
> "fieldName: value1 OR fieldName: value2 OR fieldName: value3..." (2000
> values)
> 
>  
> 
> This method created a string with about 100 000 chars and the Web
> Request fails with URI too long (C#).
> 
>  
> 
> I'm trying to update an old Lucene app that performs this kind of
> searches. 
> 
> How can I achieve this with Solr?
> 
>  
> 
> What are my options here?
> 
>  
> 
> Thank you,
> 
> Frederico



Reply via email to