Re: Sorting issue while using collection parameter

2018-07-20 Thread Vijay Tiwary
/Last to determine where docs with > missing fields appear in the results. > > Best, > Erick > > On Fri, Jun 29, 2018 at 3:13 AM, Vijay Tiwary > wrote: > > Hello Eric, > > > > title is a string field > > > > On Wed, 27 Jun 2018, 9:21 pm Eri

Re: Sorting issue while using collection parameter

2018-06-29 Thread Vijay Tiwary
t; > There's usually something like alphaOnlySort. People often copyField > from "title" to "title_sort" and search on "title" and sort on > title_sort. > > alphaOnlySort uses KeywordTokenizer and LowercaseFilterFactory. > > Best, > Erick > >

Sorting issue while using collection parameter

2018-06-27 Thread Vijay Tiwary
Hello Team, I have multiple collection on solr (5.4.1) cloud based on year content2107 content2018 Also I have a collection "content" which does not have any data. Now if I query them as follows http://host:port/solr/content/select?q=*:*=content2107, content2108=title asc Where title is string

RE: JSON facet performance for aggregations

2017-04-30 Thread Vijay Tiwary
ay, > It is already numeric field. > It is huge difference between json and flat here. Do you know the reason > for this? Is there a way to improve it ? > > -Original Message- > From: Vijay Tiwary [mailto:vijaykr.tiw...@gmail.com] > Sent: Sunday, April 30, 2017 9:58 AM > To

Re: JSON facet performance for aggregations

2017-04-30 Thread Vijay Tiwary
Json facet on string fields run lot slower than on numeric fields. Try and see if you can represent studentid as a numeric field. On Apr 30, 2017 1:19 PM, "Mikhail Ibraheem" wrote: > Hi, > > I am trying to do aggregation with JSON faceting but performance is very >

Re: Sub faceting on string field using json facet runs extremly slow

2016-05-19 Thread Vijay Tiwary
Can somebody confirm whether the jira SOLR-8096 will affect json facet also as I see sub faceting using term facet on string field is ruuning 5x slower than on integer field for same number of hits and unique terms. On 17-May-2016 3:33 pm, "Vijay Tiwary" <vijaykr.tiw...@gmail.com>

Sub faceting on string field using json facet runs extremly slow

2016-05-17 Thread Vijay Tiwary
Hello all, I have an index of 8 shards having 1 replica each distubuted across 8 node solr cloud . Size of index is 300 gb having 30 million documents. Solr json facet runs extremly slow if I am sub faceting on string field even if tnumfound is only around 2 (also I am not returning any rows

subscription to the mailing list

2015-01-31 Thread Vijay Tiwary
Hi, I want to subscribe to the mailing list Regards, Vijay