Re: Solr 7.2.1 - unexpected docvalues type

2019-11-08 Thread Antony Alphonse
> > Hi Shawn, > I will try that solution. Also I had to mention that the queries that fail with this error has the "group.field":"lowercase". Should I change the field type? Thanks, Antony

Solr as a windows service

2019-11-08 Thread thusharanv631
Hi, I am using solr 8.3 and I need it to use as a running background windows service. After the 5x release it’s not supporting external container as tomcat so what is the steps to use it as a background windows service running automatically. I used nssm to achieve this but other than that any

Re: Solr 7.2.1 - unexpected docvalues type

2019-11-08 Thread Shawn Heisey
On 11/8/2019 5:31 PM, Antony Alphonse wrote: I shared the collection and re-indexed the data with the same schema. But one of the field is throwing the below error. Any suggestions? ERROR (qtp672320506-32) [c: s:shard3 r:core_node01 x:_shard3_replica_n69] o.a.s.h.RequestHandlerBase java.lang.I

Solr 7.2.1 - unexpected docvalues type

2019-11-08 Thread Antony Alphonse
Hi, I shared the collection and re-indexed the data with the same schema. But one of the field is throwing the below error. Any suggestions? ERROR (qtp672320506-32) [c: s:shard3 r:core_node01 x:_shard3_replica_n69] o.a.s.h.RequestHandlerBase java.lang.IllegalStateException: unexpected docvalu

Re: Need some guidance to understand differences (infra, security etc) between LTS version and latest stable version.

2019-11-08 Thread suyog joshi
Sure, Thanks Erick for quick reply as always :) Regards, Suyog Joshi -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: When search term has two stopwords ('and' and 'a') together, it doesn't work

2019-11-08 Thread David Hastings
I use 3 word shingles with stopwords for my MLT ML trainer that worked pretty well for such a solution, but for a full index the size became prohibitive On Fri, Nov 8, 2019 at 12:13 PM Walter Underwood wrote: > If we had IDF for phrases, they would be super effective. The 2X weight is > a hack t

RE: [EXTERNAL] Re: XLSX Response Writer

2019-11-08 Thread Lewin Joy (TMNA)
Hi Jorn, I am using Solr version 7.1 Correction on the change that I did. I just added the jars in my solrconfig.xml file as below: The cp command was the steps I saw in the reference guide. I figured it should be the same thing. -Lewin -Original Message- F

Re: XLSX Response Writer

2019-11-08 Thread Jörn Franke
Which Solr version are you using? The below command suggest you are using 6.3 - is this correct? Have you restarted the Solr server after copying? > Am 08.11.2019 um 18:42 schrieb Lewin Joy (TMNA) : > > Hi, > > How do I use the xlsx response writer to extract my results to an excel file? > >

XLSX Response Writer

2019-11-08 Thread Lewin Joy (TMNA)
Hi, How do I use the xlsx response writer to extract my results to an excel file? I made the changes as per documentation to include the jars and gave wt=xlsx. It did not work. Would this only work with solrJ? Can't we use this in the query parameter &wt=xlsx? cp contrib/extraction/lib/*.jar s

Re: When search term has two stopwords ('and' and 'a') together, it doesn't work

2019-11-08 Thread Walter Underwood
If we had IDF for phrases, they would be super effective. The 2X weight is a hack that mostly works. Infoseek had phrase IDF and it was a killer algorithm for relevance. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Nov 8, 2019, at 11:08 AM, David

Re: When search term has two stopwords ('and' and 'a') together, it doesn't work

2019-11-08 Thread David Hastings
the pf and qf fields are REALLY nice for this On Fri, Nov 8, 2019 at 12:02 PM Walter Underwood wrote: > I always enable phrase searching in edismax for exactly this reason. > > Something like: > >title^16 keywords^8 text^2 > > To deal with concepts in queries, a classifier and/or named e

Re: When search term has two stopwords ('and' and 'a') together, it doesn't work

2019-11-08 Thread Walter Underwood
I always enable phrase searching in edismax for exactly this reason. Something like: title^16 keywords^8 text^2 To deal with concepts in queries, a classifier and/or named entity extractor can be helpful. If you have a list of concepts (“controlled vocabulary”) that includes “Lamin A”,

Re: When search term has two stopwords ('and' and 'a') together, it doesn't work

2019-11-08 Thread Walter Underwood
But when you change it to AND, a single misspelling means zero results. That is usually not helpful. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Nov 8, 2019, at 10:43 AM, David Hastings > wrote: > > is your default operator OR? > change it to

Re: When search term has two stopwords ('and' and 'a') together, it doesn't work

2019-11-08 Thread Erick Erickson
Look at the “mm” parameter, try setting it to 100%. Although that’t not entirely likely to do what you want either since virtually every doc will have “a” in it. But at least you’d get docs that have both terms. you may also be able to search for things like “Lamin A” _only as a phrase_ and hav

Re: When search term has two stopwords ('and' and 'a') together, it doesn't work

2019-11-08 Thread Guilherme Viteri
OR OR explicit edismax *:* name ... > On 8 Nov 2019, at 16:43, David Hastings wrote: > > is your default operator OR? > change it to AND > > > On Fri, Nov 8, 2019 at

Re: When search term has two stopwords ('and' and 'a') together, it doesn't work

2019-11-08 Thread David Hastings
is your default operator OR? change it to AND On Fri, Nov 8, 2019 at 11:30 AM Guilherme Viteri wrote: > HI Walter and Paras > > I indexed it removing all the references to StopWordFilter and I went from > 121 results to near 20K as the search term q="Lymphoid and a non-Lymphoid > cell" is match

Re: When search term has two stopwords ('and' and 'a') together, it doesn't work

2019-11-08 Thread Guilherme Viteri
HI Walter and Paras I indexed it removing all the references to StopWordFilter and I went from 121 results to near 20K as the search term q="Lymphoid and a non-Lymphoid cell" is matching entities such as "IFT A" or "Lamin A". So I don't think removing it completely is the way to go from the sc

Re: Solr missing mandatory uniqueKey field: id or Unknown field

2019-11-08 Thread Alexandre Rafalovitch
Something does not make sense, because your schema defines "title" as the uniqueKey field, but your message talks about "id". Are you absolutely sure that the Solr/collection you get an error for is the same Solr where you are checking the schema? Also, do you have a bit more of the error and stac

Re: Solr missing mandatory uniqueKey field: id or Unknown field

2019-11-08 Thread Sthitaprajna
Thanks, I did reload after solr configuration upload to zk Yes i push the config set to zk and i can see all my changes are on cloud I turned off the managed schema Yes it has, ypu could have seen it if the attachment are available. I have attached again may be it will be available. On Fri, 8 Nov

Re: Solr missing mandatory uniqueKey field: id or Unknown field

2019-11-08 Thread Erick Erickson
Attachments are aggressively stripped by the mail server, so I can’t see them. Possibilities - you didn’t reload your core/collection - you didn’t push the configset to Zookeeper if using SolrCloud - you are using the managed schema, which uses a file called “managed-schema” rather than classic,

Re: Need some guidance to understand differences (infra, security etc) between LTS version and latest stable version.

2019-11-08 Thread Erick Erickson
Please read through the release notes and the Solr and Lucene CHANGES.txt files then ask specific questions. Best, Erick > On Nov 8, 2019, at 4:10 AM, suyog joshi wrote: > > Hi Erik/Team, > > Thanks for your help in previous query. Just have one other doubt, can you > please assist on it ? >

Re: Commit disabled

2019-11-08 Thread Erick Erickson
Please explain the use case more fully, as what you’re asking makes little sense. You say “manually indexed the item with changes”. How does that change get to Solr? The autocommit settings are all about how long it takes a doc _after_ it’s indexed in Solr to be searchable. How it gets to Solr

RE: Commit disabled

2019-11-08 Thread Villacorta, David (Arlington)
Thanks for the feedback Is there a config setting that can be used for explicit commit? I was thinking the should be handling this already? In our issue, the changes will only be reflected back to sitecore once we manually indexed the item with changes Regards David Villacorta -Original

Re: Commit disabled

2019-11-08 Thread Emir Arnautović
Hi David, Index will get updated (hard commit is happening every 15s) but changes will not be visible until you explicitly commit or you reload core. Note that Solr restart reloads cores. HTH, Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Supp

Commit disabled

2019-11-08 Thread Villacorta, David (Arlington)
Just want to confirm, given the following config settings at solrconfig.xml: ${solr.autoCommit.maxTime:15000} false ${solr.autoSoftCommit.maxTime:-1} Solr index will not be updated unless created item in Sitecore is manually indexed, right? Regards David Villacorta N

Need some guidance to understand differences (infra, security etc) between LTS version and latest stable version.

2019-11-08 Thread suyog joshi
Hi Erik/Team, Thanks for your help in previous query. Just have one other doubt, can you please assist on it ? Q - Are there any major differences between current LTS version(7.7.x) and latest stable releases (8.x.x) in terms of security, stability, logging, monitoring, authentication etc ? Any

Solr missing mandatory uniqueKey field: id or Unknown field

2019-11-08 Thread Sthitaprajna
I am using solr 8.1.1 Created core/collection. Then after update schema & solrconfig i am getting these errors. Before adding id field to schema.xml [image: sol1.PNG] After adding id field on schema.xml [image: sol2.PNG] Here are my schema.xml & solrconfig.xml, what is wrong i am doing

Solr missing mandatory uniqueKey field: id or Unknown field

2019-11-08 Thread sthita
I am using solr 8.1.1 Created core/collection. Then after update schema & solrconfig i am getting these errors. Before adding id field to schema.xml After adding id field on schema.xml