Re: Latest stable SOLR version

2017-09-11 Thread Alessandro Hoss
Solr 6.6.1 was already released on September 7: http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.1 Release notes: https://lucene.apache.org/solr/6_6_1/changes/Changes.html Guess you should give it a try. On Mon, Sep 11, 2017 at 1:15 PM Gunalan V wrote: > Thank You!

Solr LTS version

2017-09-29 Thread Alessandro Hoss
Hello, I would like to know if there is a defined period of support for LTS versions. If yes, how long is it? Another question: The community page ( http://lucene.apache.org/solr/community.html) shows version 6.4.x as LTS. Is this outdated? Shouldn't it be 6.6.x? Thanks in advance, Alessandro

Managed Resources separated by core when using configset

2017-09-04 Thread Alessandro Hoss
83/solr/admin/cores?action=RELOAD=core1; curl "http://localhost:8983/solr/core1/schema/analysis/stopwords/english; Did I make myself clear? :) Can someone confirm if this is a bug or if I doing something wrong? Thanks in advance, Alessandro Hoss

Upload/update full schema and solrconfig in standalone mode

2017-10-20 Thread Alessandro Hoss
there a way of doing that in standalone mode? Thanks in advance. Alessandro Hoss

Re: Upload/update full schema and solrconfig in standalone mode

2017-10-20 Thread Alessandro Hoss
omatically from my app. Thanks again, Alessandro Hoss On Fri, Oct 20, 2017 at 2:39 PM Rick Leir <rl...@leirtech.com> wrote: > Alessandro > First, let me say that the whole idea makes me nervous. > 1/ are you better off with scp? I would not want to do this via Solr API

Using _default configset in standalone mode

2017-12-27 Thread Alessandro Hoss
Hello, After reading this docs, I'm trying to achieve the following with version 7.2.0: - When creating a new collection, if you *do not specify a configSet*, the _default will be used. -

Re: Solr - Managed Resources REST API to get stopwords

2018-02-14 Thread Alessandro Hoss
in a " schema_analysis_stopwords_english.json" file inside the core directory. Maybe you can convert your .txt file to the new json file format and change the file name accordingly for a warm start. Regards, Alessandro Hoss On Wed, Feb 14, 2018 at 10:57 AM ruby <rshoss...@gmail.com> wrote: > I was hoping t

Re: delete solr data and index older than 3 days

2017-12-28 Thread Alessandro Hoss
the start of the third day before today and the end of today you can use "[NOW/DAY-3DAYS TO NOW/DAY+1DAY-1SECOND]" See also working with dates <https://lucene.apache.org/solr/guide/7_2/working-with-dates.html> -- Alessandro Hoss On Thu, Dec 28, 2017 at 5:02 PM ppeddi <phan

Re: delete solr data and index older than 3 days

2017-12-28 Thread Alessandro Hoss
My bad... my answer is wrong. It's deleting only the data from the last three days, which is the opposite that you want.. Please check Erick's answer. Sorry. On Thu, Dec 28, 2017 at 6:39 PM Alessandro Hoss <aleh...@gmail.com> wrote: > Hello, > > You can use the same behavior as

Re: Using _default configset in standalone mode

2018-01-02 Thread Alessandro Hoss
t; <https://lucene.apache.org/solr/guide/6_6/configsets-api.html#ConfigSetsAPI-create>, > but in standalone mode. > Is there any API for doing this? Thanks in advance. On Tue, Jan 2, 2018 at 4:48 PM Shawn Heisey <apa...@elyograg.org> wrote: > On 12/27/2017 7:06 AM, Ales

Re: Synonym not working in 4.10 / CDH 5.14

2018-03-01 Thread Alessandro Hoss
r 1, 2018 at 11:38 AM, Alessandro Hoss <aleh...@gmail.com> > wrote: > > > Have you tested with another state? > > > > I'm asking because maybe solr is considering "OR" as a clause separator > > instead of a search term, and in this case the problem is

Re: Synonym not working in 4.10 / CDH 5.14

2018-03-01 Thread Alessandro Hoss
Have you tested with another state? I'm asking because maybe solr is considering "OR" as a clause separator instead of a search term, and in this case the problem is not with synonym, it is with your query. On Thu, Mar 1, 2018 at 2:24 PM Abhi Basu <9000r...@gmail.com> wrote: > Can someone