Yes it's possible. Assuming your using SolrJ as a client-library: set: QueryRequest req = new QueryRequest(); req.setMethod(METHOD.POST);
Any other client-library should have a similar method. hth, Geert-Jan 2011/3/15 Gastone Penzo <gastone.pe...@gmail.com> > Hi, > is possible to change Solr sending query method from get to post? > because my query has a lot of OR..OR..OR and the log says to me Request URI > too large > Where can i change it?? > thanx > > > > > -- > Gastone Penzo > > www.solr-italia.it > The first italian blog about SOLR >