Re: indexed and stored fields don't appear in the response

2015-02-09 Thread Sandy Ding
Thanks for Anshum & Gora's suggestion. I haven't set default fl in solrconfig.xml and the documents do contain tagid and bizid field(I've tried both q=*:* and q=bizid:2380505101). I'll look into the reindex possibility that Gora mentioned. 2015-02-09 18:37 GMT+08:00 Gora Mohanty : > On 9 February

Re: indexed and stored fields don't appear in the response

2015-02-09 Thread Sandy Ding
nshum Gupta : > What happens? You seem to be getting back the stored fields for the top 10 > documents. > What do you want/think should happen? > > On Mon, Feb 9, 2015 at 12:56 AM, Sandy Ding > wrote: > > > Part of my schema is as follows: > > > >

indexed and stored fields don't appear in the response

2015-02-09 Thread Sandy Ding
Part of my schema is as follows: When I issue the following command, curl "http://localhost:8983/solr/pa_info/select?q=*:*&rows=10"; The response is: 016*:*106594047971492348841962242048101233589714923488419632906261783978259149234884196329062711972893031492348841963290629

Re: How to limit the number of result sets of the 'export' handler

2015-01-06 Thread Sandy Ding
> > Sign up for my Solr resources newsletter at http://www.solr-start.com/ > > > On 6 January 2015 at 00:30, Sandy Ding wrote: > > Using rows=xxx doesn't seem to work. > > Is there a way to do this? >

How to limit the number of result sets of the 'export' handler

2015-01-05 Thread Sandy Ding
Using rows=xxx doesn't seem to work. Is there a way to do this?

Re: solr export get wrong results

2015-01-03 Thread Sandy Ding
va > http://heliosearch.org/streaming-aggregation-for-solrcloud/ > > > > > > Joel Bernstein > Search Engineer at Heliosearch > > On Mon, Dec 29, 2014 at 2:20 AM, Sandy Ding > wrote: > > > Hi, Joel > > > > Thanks for your reply. > > It seems that the

Re: solr export get wrong results

2014-12-28 Thread Sandy Ding
results from all the > >> shards. > >> > >> As Jack said, add &distrib=false to the query, send it to the same > >> shard you send the export command to and the results should match. > >> > >> Also, be sure your configuration for the

Re: solr export get wrong results

2014-12-26 Thread Sandy Ding
id override within a > single shard. > > Plus, uniqueIDs expected to be unique across shards. > > Ahmet > > > > On Friday, December 26, 2014 11:00 AM, Sandy Ding > wrote: > Hi, all > > I've recently set up a solr cluster and found that "export&q

Re: solr export get wrong results

2014-12-26 Thread Sandy Ding
the request to. > > Please confirm whether you have read the doc for the Solr export feature: > https://cwiki.apache.org/confluence/display/solr/Exporting+Result+Sets > > > -- Jack Krupansky > > On Fri, Dec 26, 2014 at 3:58 AM, Sandy Ding > wrote: > > > Hi, all

solr export get wrong results

2014-12-26 Thread Sandy Ding
Hi, all I've recently set up a solr cluster and found that "export" returns different results from "select". And I confirmed that the "export" results are wrong by manually query the results. Even simple queries as follows will get different results: curl "http://localhost:8983/solr/pa_info/selec