ease let me know your view on this.
Regards,
Anil Shingala
Knovos
10521 Rosehaven Street, Suite 300 | Fairfax, VA 22030 (USA)
Office +1 703.226.1505
Main +1 703.226.1500 | +1 877.227.5457
ashing...@knovos.com<mailto:ashing...@knovos.com> |
www.knovos.com<http://www.knovos.com/>
Washingto
Thanks Eric. escaped colon and it worked. my bad.. i missed it :)
On Mon, 8 Apr 2019 at 21:55, Erick Erickson wrote:
> See:
> https://lucene.apache.org/solr/guide/6_6/the-standard-query-parser.html
>
> > On Apr 8, 2019, at 9:04 AM, Anil wrote:
> >
> > Hi Eric,
> &
Hi Eric,
url:"https://facebook.com/posts/123456"; is working.
url:https://facebook.com/posts <https://facebook.com/posts/123456>* is not
working.
i tried to escape forward slash and dot (.).. didnt help. i missed colon.
let me try. Thanks.
Regards,
Anil
On Mon, 8 Apr 2019
.\n\"+\" ...\n\"-\" ...\n ...\n
\"(\" ...\n\"*\" ...\n\"^\" ...\n ...\n
...\n ...\n ...\n ...\n
...\n\"[\" ...\n\"{\" ...\n ...\n
\"filter(\" ...\n ...\n",
"code":400}}
only exact match on url field is working.
Thanks,
Anil
configuration.
The value is added as part of update processor chain is neither epoch nor
_stored_. May I know SolrInputDocument#getFieldValues(fname) returns fro
TrieDateField ? _stored_ or epoch ?
Thanks,
Anil
On Fri, 8 Mar 2019 at 00:02, Erick Erickson wrote:
> bq. should be fine as update ch
.
Could you please point me to resources to understand TrieDateField
conversion to 2019-01-03T12:00:00Z format which is displayed solr Admin UI
? Thanks.
Regards,
Anil
On Thu, 7 Mar 2019 at 22:49, Erick Erickson wrote:
> I’d probably go with a StatelessScriptUpdateProcessorFactory. It allows
&g
format of wind_time and its value format in
ID same ?
Thanks in advance.
Regards,
Anil
en you need to pass a numeric value
> (e.g., termfreq(num_not_useful, 99)). Does it make sense?
>
> Edward
>
> On Tue, Nov 20, 2018 at 6:59 AM Anil wrote:
>
> > HI ,
> >
> > I am using stats component to determine stats on two columns together.
> > stats query is fa
"wt": "json",
"stats.field": "*{!func}termfreq('num_not_useful','num_useful')*"
}
},
"error": {
"metadata": [
"error-class",
"org.apache.solr.common.SolrException",
"root-error-class",
"org.apache.solr.common.SolrException"
],
"msg": "Invalid Number: num_useful",
"code": 400
}
}
Could you please help me in resolving the issue? Thanks.
Regards,
Anil
:
>
> https://lucene.apache.org/solr/guide/7_5/math-expressions.html
>
>
>
>
>
>
> Joel Bernstein
> http://joelsolr.blogspot.com/
>
>
> On Wed, Nov 14, 2018 at 8:21 AM Toke Eskildsen wrote:
>
> > On Wed, 2018-11-14 at 17:53 +0530, Anil wrote:
> > > I don;t see median aggregation in JSON facet api documentation.
> >
> > It's the 50 percentile:
> >
> >
> >
> >
> https://lucene.apache.org/solr/guide/7_5/json-facet-api.html#metrics-example
> >
> > - Toke Eskildsen, Royal Danish Library
> >
> >
> >
>
HI,
Good Morning.
I don;t see median aggregation in JSON facet api documentation. Could you
please point me to the documentation to create custom json facet apis ?
Thanks.
Regards,
Anil
You are right Eric. But range facet does not have support for limit, offset
and sort.
Thanks,
Anil
On 13 July 2018 at 19:32, Erick Erickson wrote:
> Consider a range facet where you specify a start date, end date and "gap".
> The "date math" bits allow you to speci
Thanks Andrea. i will write update processor in index pipe line.
I feel this is very good feature to support.
Thanks,
Anil
On 12 July 2018 at 22:59, Andrea Gazzarini wrote:
> Hi Anil,
> The copy Field directive is not what you're looking for because it doesn't
> change th
schema using copyField or some
other feature.
Hope this is clear. thanks.
Regards,
Anil
On 12 July 2018 at 23:04, Erick Erickson wrote:
> This seems like an XY problem, you've asked how to do X without
> explaining _why_ (the Y).
>
> If this is just because you want to search
as 10-23-2017.
please help. thanks.
Regards,
Anil
oking
good.
"maxShardsPerNode":"1",
"router":"compositeId",
"replicationFactor":"2",
"autoAddReplicas":"false",
"routerSpec":{"name":"compositeId"}
Please correct me if something is wrong. Thanks.
Regards,
Anil
00:00:00Z",
end : "2018-03-14T00:00:00Z",
gap:"%+1DAY",
sort: daily_total,
mincount:1,
facet: {
daily_total: "sum(daily_views)"
}
}
}
please let me know if you have any questions. thanks.
Regard
st ranges already include those boundaries.
- "all" shorthand for lower, upper, edge, outer
Thanks,
Anil
HI Erick,
Yes. clusterstate.json is available in /solr path (i.e
/solr/clusterstate.json)
As Shawn said, client might be starting on different zknode. :(
Thanks,
Anil
On 11 June 2018 at 20:29, Erick Erickson wrote:
> _where_ is clusterstate.json? The connection string adds a solr
>
HI Shawn,
Thanks for response. please find comments in the context.
Thanks,
Anil
On 11 June 2018 at 19:06, Shawn Heisey wrote:
> On 6/11/2018 6:41 AM, Anil wrote:
>
>> I was trying solrcloud cluster setup using solr 7.3.1 and it is up. Admin
>> console looks good and quer
d created state.json under each collection.
https://issues.apache.org/jira/browse/SOLR-5473
Can you please point out the issue here ? Thanks.
Regards,
Anil
HI,
I am indexing a text abc*17-logs.tgz/var/log/analyticsd *in solr and
indexed term after all filters is *abc**17-logs.tgz/var/log/analyticsd*
what is the regex to search abc17-logs.tgz/var/log/analyticsd in solr ?
Following is the query and index analyzers
I tried abc[0-9]+-logs\.tgz/var\/lo
s you
> target a specific field by name, with a query string value that can be
> anything -- there are no special meta-syntax characters for hte field
> parser. and the appopriate analyer wll be used to create a TermQuery or
> PhraseQuery (as needed)
>
> ie: q = {!field f=your_field
NO Ediwin. Thanks for your response.
i was checking how to check [1 TO 5] as a content not as a range query.
i tried by escaping [ and ] and did not work. seems need to check analyzers
at index side.
Regards,
Anil
On 5 July 2016 at 08:42, Zheng Lin Edwin Yeo wrote:
> Hi Anil,
>
>
HI,
how can index and query content with brackets as bracket is used for range
query
Ex : [DATA]
-
Anil
if I remember it correctly, regex is not supported with Edismax.
On 29 June 2016 at 10:11, Modassar Ather wrote:
> Hi,
>
> Any input will be really helpful.
>
> Regards,
> Modassar
>
> On Tue, Jun 28, 2016 at 9:30 AM, Modassar Ather
> wrote:
>
> > Kindly provide your inputs.
> >
> > Thanks,
>
HI,
I understand child and parent documents are individual documents in nested
document indexing.
is there any way to get the parent documents with query of AND of two child
content ?
Eg :
1
Product name 1
product
1-1
Red
L
1-2
Blue
L
> Regards,
> Alex.
>
>
> Newsletter and resources for Solr beginners and intermediates:
> http://www.solr-start.com/
>
>
> On 27 May 2016 at 17:13, Anil wrote:
> > Hi Shawn,
> >
> > Thanks for reply. i am also worried wither performance.
> >
HI ,
As per my understanding, there will be a on highlighter for all fields of
solr document.
Is there a way to apply different highlighters for different fields ?
Thanks.
Cheers,
Anil
Hi Eric and Benedetti Alessandro*,*
do you have any inputs on the solution given the following link ?
http://lucene.472066.n3.nabble.com/Highlighting-for-non-stored-fields-td1773015.html
Thanks,
Anil
On 5 June 2016 at 11:56, Anil wrote:
> Thanks IIan. I will look into this.
> In ou
t; You can ship SOLR logs to Logsene or any other log management service and
> > not worry too much about their storage/size.
> >
> > Otis
> >
> > > On Jun 5, 2016, at 02:08, Anil wrote:
> > >
> > > Hi ,
> > >
> > > i would like to index
.
Thanks,
Anil
On 5 June 2016 at 11:42, Ilan Schwarts wrote:
> How about using "logstash" for this? I know its ES and not solr, but it is
> a free tool that is out there and no need to re-invent the wheel
> On Jun 5, 2016 9:09 AM, "Anil" wrote:
>
> > Hi ,
>
custom
highlighter on url field.
http://lucene.472066.n3.nabble.com/Highlighting-for-non-stored-fields-td1773015.html
Any ideas would be helpful. Thanks.
Cheers,
Anil
Hi Shawn,
Thanks for reply. i am also worried wither performance.
I will check if there is another way to design the documents in case of
parent and child relationship.
Regards,
Anil
On 27 May 2016 at 12:39, Shawn Heisey wrote:
> On 5/26/2016 11:13 PM, Anil wrote:
> > We have st
HI,
We have status text field in our solr document and it is optional.
search query status: !Closed returning documents with no status as well.
how to get only documents having status and it is !Closed ?
one way is status:* AND status:!Closed . any other way ? Thanks
Regards,
Anil
Hi Arcadius,
Yeah.. i was using that. i am trying to understand if there is a way to
rename collection name.
Thanks for the response.
Regards,
Anil
On 14 May 2016 at 16:53, Arcadius Ahouansou wrote:
> Hi Anil.
> You may want to look at collection alias
>
>
> https://c
Seems solr allows to rename the core only not the collection.
On 14 May 2016 at 15:06, Anil wrote:
> HI,
>
> Can we rename the collection ?
>
> if yes, action=rename with request path /admin/cores works ? Please
> clarify.
>
> i tried following code.. but no l
0 is completed");
}catch(Exception ex){
System.out.println("collection rename of 2010 is failed");
ex.printStackTrace();
}
// }
Thanks,
Anil
Hi Ahmet,
in my example DOC 3 also has id 2 (typo mistake). i am using edismax query
parser.
i will try the query you suggested.
Regard,
Anil
On 4 May 2016 at 12:28, Ahmet Arslan wrote:
>
>
> Hi Anil,
>
> It is weird that your query retrieves docID=2, it has not Facebook
;
Actual documents : id = 2
Please let me know if I have to change the query to see the expected
documents. Thanks.
Regards,
Anil
On 3 May 2016 at 19:44, Ahmet Arslan wrote:
> Can you provide us example documents? Which you want to match which you
> don't?
>
>
>
> On Tue
Any inputs please ?
On 2 May 2016 at 18:18, Anil wrote:
> HI,
>
> i have created a document with multi valued fields.
>
> Eg :
> An issue is impacting multiple customers, products, versions etc.
>
> In my issue document, i have created customers, products, versions
(customer) ?
Google and facebook can be part of in single issue document.
Please let me know if you have any questions. Thanks.
Regards,
Anil
HI,
i would like to load solr documents (based on certain criteria) in
application cache (Hazelcast).
Is there any best way to do it other than firing paginated queries ? Thanks.
Regards,
Anil
Yes Erick.
I have the attached the queries generated from logs.
i see many duplicate records :( . i could not see any duplicates on solr
admin console.
Each run giving different number of duplicates.
Do you think Not (-) on query is an issue? please advice.
Thanks,
Anil
On 10 April 2016
4 : q=*:*&start=300&rows=100
page 5 : q=*:*&start=400&rows=100
page 6 : q=*:*&start=500&rows=100
i see page 1 & 2 has common documents and similarly in other pages as well.
Is this correct behavior ? Please correct.
Thanks,
Anil
.run(QueuedThreadPool.java:555)
at java.lang.Thread.run(Thread.java:745)
Regards
Anil
Thanks Shawn and Elaine,
Elaine,
Yes all the documents of same route key resides on same shard.
Shawn,
I will try to capture the logs.
Thanks.
Regards,
Anil
On 25 March 2016 at 02:57, Elaine Cario wrote:
> Anil,
>
> I've seen situations where if there was a problem with a
Yes. i was looking for some kind of event listeners for client :)
On 26 March 2016 at 21:46, Andrea Gazzarini wrote:
> Hi Anil,
> If with "Application" you mean an external / remote Application then
> there's no such pre-built mechanism to do that.
>
> The e
HI Alex,
i am still no clear how an event is notified in my application if it
listener is configured in SolrConfig.xml (centralized solr server). can you
please clarify?
Sorry for dumb question.
Thanks,
Anil
On 26 March 2016 at 19:48, Andrea Gazzarini wrote:
> Hi Anil,
> see here [1] w
Thanks. Perfect. i was looking at same post :)
On 26 March 2016 at 19:48, Andrea Gazzarini wrote:
> Hi Anil,
> see here [1] where I did some data pre-loading at solr startup. The post
> has been written in 2014 so maybe something could have a different name
> (class, methods)
>
&
sible.
>
> But this is my guess, I hadn't look at the code. Instead, if the listener
> invocation is asynch then forget my comment, the answer is yes.
>
> Best,
> Andrea
> On 26 Mar 2016 15:03, "Anil" wrote:
>
> > Can solr notify other systems on c
t;
> Regards,
>Alex.
>
> Newsletter and resources for Solr beginners and intermediates:
> http://www.solr-start.com/
>
>
> On 26 March 2016 at 17:14, Anil wrote:
> > Thanks Alex.
> >
> > i have gone through it. i am building a use case where cache has t
Thanks Alex.
i have gone through it. i am building a use case where cache has to updated
in my application when there is update or addition of solr document happens.
i am not sure event listeners of Update handler would fit the use case.
What do you say ? please share your ideas.
Thanks,
Anil
HI,
Does solr support event (document create, update, delete) listeners ?
Thanks,
Anil
shards are empty.
Please let me know if you see any issues or suggest any new shard key
generation mechanism.
Thanks.
Regards,
Anil
HI Michael,
i could not post the query. i know its difficult to find out the root cause
without query. sorry about that.
query includes expand/collpase and query filter (fq) and 2 to 3 terms with
AND.
please share your thoughts. thanks.
Regards,
Anil
On 17 March 2016 at 19:46, michael solomon
Thanks Shawn. we are using 4.10.3.
I don't see any issues with replicas of all shards at the time of
exception. health of all shards is good in CDH.
Regards,
Anil
On 18 March 2016 at 10:52, Shawn Heisey wrote:
> On 3/17/2016 4:22 AM, Anil wrote:
> > We are using solrcloud with
and defType is edismax
On 18 March 2016 at 10:40, Anil wrote:
> HI Michael,
>
> i could not post the query. i know its difficult to find out the root
> cause without query. sorry about that.
>
> query includes expand/collpase and query filter (fq) and 2 to 3 terms with
>
HI Shawn,
Thanks for your response.
CDH is a Cloudera (third party) distribution. is there any to get the
notifications copy of it when cluster state changed ? in logs ?
I can assume that the exception is result of no availability of replicas
only. Agree?
Regards,
Anil
On 18 March 2016 at 18
exception ? Thanks.
Regards,
Anil
ed as number of documents, each command as a solr
document in file_collection).
will index size grows with more distinct words or few distinct words with
more number of documents ? let me know if i have not put the question
correctly.
Thanks,
Anil
On 15 March 2016 at 01:00, Susheel Kumar wrote:
Hi Erick,
In b/w, Do you recommend any effective shard distribution method ?
Regards,
Anil
On 14 March 2016 at 22:30, Erick Erickson wrote:
> Try shards.info=true, but pinging the shard directly is the most certain.
>
>
> Best,
> Erick
>
> On Mon, Mar 14, 2016 at 9:48 AM
thanks Eric. i will try that. Some how i am not able to run a query on the
shard directly because of kerberos. i even tried curl --negotiate.
Regards,
Anil
On 14 March 2016 at 22:30, Erick Erickson wrote:
> Try shards.info=true, but pinging the shard directly is the most certain.
>
&g
file_collection_2014 , i
see total index size across replicas is 147 GB.
Can we get any hints if we run the query with debugQuery=true ? what is
the effective way of load distribution ? Please advice.
Regards,
Anil
On 14 March 2016 at 20:32, Erick Erickson wrote:
> bq: The slowness is happening
Hi Shusheel,
we have enabled kerberos. so solr is accessed using Hue only. i will check
if I can get the similar information using Hue. Thanks.
Regards,
Anil
On 14 March 2016 at 19:34, Susheel Kumar wrote:
> Hello Anil,
>
> Can you go to Solr Admin Panel -> Dashboard and share
, file_collection_2016
The slowness is happening for file_collection. though it has 3 shards,
documents are available in 2 shards. shard1 - 150M docs and shard2 has 330M
docs , shard3 is empty.
main_collection is looks good.
please let me know if you need any additional details.
Regards,
Anil
On 13 March 2016 at
HI Shawn, Jack and Eric,
Thank you very much.
Regards,
Anil
On 14 March 2016 at 02:55, Shawn Heisey wrote:
> On 3/13/2016 9:36 AM, Jack Krupansky wrote:
> > (We should have a wiki/doc page for the "usual list of suspects" when
> > queries are/appear slow, rather tha
Thanks Toke and Jack.
Jack,
Yes. it is 480 million :)
I will share the additional details soon. thanks.
Regards,
Anil
On 13 March 2016 at 21:06, Jack Krupansky wrote:
> (We should have a wiki/doc page for the "usual list of suspects" when
> queries are/appear slow, rat
et me know if you have any suggestions to improve the query
performance. Thanks for your help.
Thanks,
Anil
ase-collection_2011",
"hl.fl":"*",
"wt":"json",
"hl":"true",
"rows":"10",
"defType":"edismax",
"expand.rows":"3",
"hl.snippets":&q
HI Upayavira,
Thanks for your response. Following are the screenshots of the same query
with and without partial results in the response.
Please let me know if you have any questions.
[image: Inline images 1]
[image: Inline images 2]
Regards,
Anil
On 11 March 2016 at 19:13, Upayavira wrote
Thank you.
in my test, i have timeallowed 10 ms. response has no partial results (no
partial flag in the response header) and Qtime is 200 ms. so little
confused.
On 11 March 2016 at 18:07, Upayavira wrote:
>
>
> On Fri, 11 Mar 2016, at 07:22 AM, Anil wrote:
> > HI,
> >
HI,
is timeallowed is max threshold of Qtime ? or overall time ? Please clarify.
Thanks,
Anil
i have tested with large documents with large values of hl.maxAnalyzedChars,
i can see highlights now. thanks.
On 10 March 2016 at 22:29, Anil wrote:
> HI,
>
> i have indexed large files (around 10 mb) in a text field with stored and
> indexed as true.
> Search of a text ag
information. Thanks.
Regards,
Anil
m, you specify that it's mandatory. Hence,
> "+google +india" will get you the same result as "google AND india".
>
> Best Regards,
> *Dikshant Shahi*
>
>
>
> On Thu, Mar 10, 2016 at 12:59 PM, Anil wrote:
>
> > "google"+"india&quo
"google"+"india" , "india"+"google" returning different results. Any help
would be appreciated.
Thanks,
Anil
On 10 March 2016 at 11:47, Anil wrote:
> HI,
>
> I am using edismax query parser for my solr search.
>
> i believe
HI,
I am using edismax query parser for my solr search.
i believe '+' and 'and' should work similar.
ex : "google"+"india", "google" and "india" should return same number of
results.
Correct me if I am wrong. Thanks.
Regards,
Anil
see juniper networks. i have
> > looked all the documents in the results, could not find it.
> >
> > Thank you,
> > Anil
> >
> > On 29 February 2016 at 18:42, Markus Jelsma
> > wrote:
> >
> > > Hmm, is the field indexed? A field:/[a-z]%2Bwor
yes. when i search on juniper networks without regex, i can see the results.
But when I search on net[a-z]+ , i could not see juniper networks. i have
looked all the documents in the results, could not find it.
Thank you,
Anil
On 29 February 2016 at 18:42, Markus Jelsma
wrote:
> Hmm, is
ene.apache.org
> > Subject: Re: Solr regex documenation
> >
> > HI ,
> >
> > i am using [a-z]+works. i could not see networks in the solr results.
> >
> > is it regex working properly in solr ? Please clarify.
> >
> > Regards,
> > Anil
>
HI ,
i am using [a-z]+works. i could not see networks in the solr results.
is it regex working properly in solr ? Please clarify.
Regards,
Anil
On 27 February 2016 at 20:52, Anil wrote:
> Thanks Jack.
>
> On 27 February 2016 at 20:41, Jack Krupansky
> wrote:
>
>
document fields, system should
display parent and child fields information.
Any help would be appreciated. Thanks.
Regards,
Anil
Jira about regex not working at all in Solr. I don't
> recall reading about a resolution.
>
>
> -- Jack Krupansky
>
> On Sat, Feb 27, 2016 at 7:05 AM, Anil wrote:
>
> > Hi,
> >
> > Can some one point me to the solr regex documentation ?
> >
>
Hi,
Can some one point me to the solr regex documentation ?
i read it supports all java regex features. i tried ^ and $ , seems it is
not working.
Thanks,
Anil
HI,
search can be any free text or ip address or path and Special characters
should not be treated as text delimiters.
10.20 must return 10.20.30.112
/var/log must return /var/log/bigdata
Please let me know if you need any additional details. Thanks.
Regards,
Anil
On 25 February 2016 at 18
one way i see is :
store a display snippet in a separate field and fetch that instead
please let me know if you see any other ways or isusue on the appraoch.
Regards,
Anil
On 25 February 2016 at 11:30, Anil wrote:
> HI,
>
> we are indexing and storing 2 mb text data in a text field
can some one share your ideas ?
On 24 February 2016 at 08:14, Anil wrote:
> Yes Yonik. i could not find numBuckets true/false in Solr reference
> documentation and Solrj facet params as well.
>
> Could you please point me to documentation ? Thank you.
>
> On 23 February 20
overhead.
Thanks for your help.
Regards,
Anil
On 18 February 2016 at 12:51, Anil wrote:
> Thanks Binoy.
>
> index should happen on everything.
>
> But retrial/fetch should limit the characters. is it possible ?
>
> Regards,
> Anil
>
> On 18 February 2016 at 12:2
Sorry Jack for confusion.
I have field which holds free text. text can contain path , ip or any free
text.
I would like to tokenize the text of the field using white space. if the
text token is of path or ip pattern , it has be tockenized like path
hierarchy way.
Regards,
Anil
On 24 February
HI,
i need to use both WhitespaceTokenizerFactory and
PathHierarchyTokenizerFactory for use case.
Solr supports only one tokenizer. is there any way we can achieve
PathHierarchyTokenizerFactory functionality with filters ?
Please advice.
Regards,
Anil
Yes Yonik. i could not find numBuckets true/false in Solr reference
documentation and Solrj facet params as well.
Could you please point me to documentation ? Thank you.
On 23 February 2016 at 20:53, Yonik Seeley wrote:
> On Mon, Feb 22, 2016 at 2:34 AM, Anil wrote:
> > can we get nu
Hi,
Can some one shed some light here ?
Regards,
Anil
-- Forwarded message --
From: Anil
Date: 22 February 2016 at 13:04
Subject: numFound in facet results
To: solr-user@lucene.apache.org
HI ,
can we get numFound of the number of face results for a query like in main
Thanks Emir
On Feb 22, 2016 7:31 PM, "Emir Arnautovic"
wrote:
> Hi Anil,
> Decision also depends on your usecase - if you are sure that there will be
> no cases where documents matches are of different score or you don't care
> about how well document match query (e.g.
Thank you.
it means to we need to create two fields of same content to support facet
and case insensitive , term search on a field. Agree?
Thanks again,.
Regards,
Anil
On 22 February 2016 at 16:07, Toke Eskildsen wrote:
> On Mon, 2016-02-22 at 11:48 +0530, Anil wrote:
> > solr Docu
wrong.
Regards,
Anil
HI ,
can we get numFound of the number of face results for a query like in main
results ?
Please advice.
Regards,
Anil
SORTED_SET type.
Regards,
Anil
On 19 February 2016 at 08:49, Anil wrote:
> Thanks Shawn. This really helps. we are using 4.10.3 now.. will look into
> 5.4.1. Thanks.
>
> Regards,
> Anil
>
> On 18 February 2016 at 20:04, Shawn Heisey wrote:
>
>> On 2/18/2016 7:12 AM, Anil
Thanks Joel.
Could you please share the sample query ?
Regards,
Anil
On 20 February 2016 at 08:32, Joel Bernstein wrote:
> With collapse and expand the facet counts will be calculated for the
> collapsed data set. You can also use the tag/exclude feature to exclude the
> collapse fil
Thanks Shawn. This really helps. we are using 4.10.3 now.. will look into
5.4.1. Thanks.
Regards,
Anil
On 18 February 2016 at 20:04, Shawn Heisey wrote:
> On 2/18/2016 7:12 AM, Anil wrote:
> > Thank you, i just checked in 5.1.
> >
> > as facet fields has to be Strings and
1 - 100 of 136 matches
Mail list logo