i don't understand your problem clearly but solr admin ui has some bugs.
to check your cloud nodes state use the CLUSTERSTATUS command:
/admin/collections?action=CLUSTERSTATUS
in some cases your command was done but you can't see in admin ui.
On Tue, Feb 27, 2018 at 12:49 PM, Shawn Heisey wrote:
hi
is it possible to create a plugin for solr cloud (v 6.5.1 or 7.x) to
update SloppyPhraseScorer class?
in this https://wiki.apache.org/solr/SolrPlugins link there is no
mention about these kind of plugin that are search components of
lucene.
if it is possible how should i notify my collection to
hanks,
Amin
On Tue, Dec 19, 2017 at 9:59 AM, Amin Raeiszadeh
wrote:
> Shawn i think your way is good. i will study more about it.
> thanks,
> Amin
>
>
> On Tue, Dec 19, 2017 at 9:57 AM, Amin Raeiszadeh
> wrote:
>> Erick, in your example if first entry contains 10 term th
Shawn i think your way is good. i will study more about it.
thanks,
Amin
On Tue, Dec 19, 2017 at 9:57 AM, Amin Raeiszadeh
wrote:
> Erick, in your example if first entry contains 10 term then i need to
> start the second entry position from 100 not from 110.
> thanks,
> Amin
>
&
Erick, in your example if first entry contains 10 term then i need to
start the second entry position from 100 not from 110.
thanks,
Amin
On Tue, Dec 19, 2017 at 3:25 AM, Shawn Heisey wrote:
> On 12/18/2017 12:29 AM, Amin Raeiszadeh wrote:
>> thanks too much Erick and mikhail.
&g
2017 at 11:16 AM, Amin Raeiszadeh > wrote:
>
>> thanks for your guides Mikhail.
>> in multiple values i can only set static positionIncrementGap but
>> considering my description i need dynamic gap between terms and
>> i don't know how to do it.
>>
> Ther
s to text field and leverage
> positionIncrementGap
> https://lucene.apache.org/solr/guide/6_6/field-type-definitions-and-properties.html#general-properties
>
> And why wouldn't you use your Lucene plugin in Solr?
>
> On Sun, Dec 17, 2017 at 8:45 AM, Amin Raeiszadeh
> wrote:
>
&
how is it possible to add custom gaps between terms of
TextFiled in solr documents. for example between term
number 1 and 2 we need 200 gap and between term number
2 and 3 we need 1000 gap.
i can only send key-value pair as String to solr(then solr
index fields in different types according to sche
o the replica's index directory.
> Then start Solr back up. You should be fine.
>
> Now do whatever you need to do to build out your SorlCloud instance.
> If you need more shards use SPLITSHARD. If you need more replicas use
> ADDREPLICA etc.
>
> Best,
> Erick
>
> On Tu
i have a lucene index that some fields of docs are indexed with custom
incremental gaps and all fields are stored too(not only indexed).
i need to import this docs to solr cloud.
is there any way to automatically rebuild this docs for importing in solr
with costum gaps by some thing likes converte
Hi
i want to use more than one ssd in each server of solr cluster but i don't
know how to set multiple hdd in solr.xml configurations.
i set on hdd path in solr.xml by:
/media/ssd
but i can't set more than one ssd.
how should i do it.
thanks.
11 matches
Mail list logo