[newbie] solrj SolrQuery indent response

2011-11-28 Thread halil
Api is hard to read by the way. regards, -Halil AĞIN

Re: [newbie] solrj SolrQuery indent response

2011-11-28 Thread halil
I step one more. but still no indent. I wrote below code segment query.setQuery( "marka_s:atak*" ) .setFacet(true) .setParam("indent", "on") ; and here is the resulted query string q=marka_s%3Aatak*&facet=true&indent=on

Re: [newbie] solrj SolrQuery indent response

2011-11-28 Thread halil
has nothing to do with printing the query. > > Could you show an example of what you want for output? > > Best > Erick > > On Mon, Nov 28, 2011 at 8:42 AM, halil wrote: > > I step one more. but still no indent. I wrote below code segment > > > > query.setQue

making query in query result

2012-04-17 Thread halil
Hi List, I want to make query in a query result whish is done previously. I googled the net but couldnot find anything. How can I do that? I need a starting point. thanks in advance, -halil agin.

Re: making query in query result

2012-04-17 Thread halil
I think the answer is the "nested query". thanks... On Tue, Apr 17, 2012 at 12:52 PM, halil wrote: > Hi List, > > I want to make query in a query result whish is done previously. I googled > the net but couldnot find anything. How can I do that? I need a starting &g