-1

DIH example fails to load for 3 out of 5 examples:

db: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException:
Could not load conf for core db: Can't load schema
/Users/arafalov/Downloads/solr-7.0.0/example/example-DIH/solr/db/conf/managed-schema:
Unknown fieldType 'tdouble' specified on field *_coordinate
mail: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException:
Could not load conf for core mail: Can't load schema
/Users/arafalov/Downloads/solr-7.0.0/example/example-DIH/solr/mail/conf/managed-schema:
Unknown fieldType 'tdouble' specified on field *_coordinate
solr: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException:
Could not load conf for core solr: Can't load schema
/Users/arafalov/Downloads/solr-7.0.0/example/example-DIH/solr/solr/conf/managed-schema:
Unknown fieldType 'tdouble' specified on field *_coordinate


Additional comments that probably cross several JIRAs:
*) The schemaless mode duplicates auto-guessed text fields to string
fields. Those string fields are docValues=true, indexed=false,
stored=false. But docValues do return their string representation so
the query now returns the same content in both guessed text field and
copied string field. I am not sure if that was the intention.

*) In README.txt we tell how to start a server in 3 different ways,
but not at all how to stop one. Should we?

*) http://lucene.apache.org/solr/quickstart.html is now out of date in
couple of ways apart from the version
**) for the indexing of "docs/" as there is only 1 indexable file in
there are Javadocs were removed
**) The search for "foundation" against the book title no longer works
because the new schemaless mode no longer populates _text_ which we
are still searching. Actually, I am not sure the easiest way to get to
that result now
**) It also no longer works because we are not indexing Javadocs
**) curl 
"http://localhost:8983/solr/gettingstarted/select?wt=json&indent=true&q=\"CAS+latency\"";
also does not because we don't copy to _text_ but - on the mac - I am
having troubles with quoted strings too. Even this does not work: curl
"http://localhost:8983/solr/gettingstarted/select?defType=edismax&q=\"CAS
latency\"&qf=features"
**) same with other searches, all because of _text_ I think

*) techproducts example starts, but returns fileds like
"price_c____l_ns":0 , which I am not sure what is supposed to
demonstrate/represent.


Of these, I think DIH should be easy to fix, but the _text_ +
dynamicSchema may need to be revisited or at least clarified. Other
issues may be less important.

Regards,
   Alex.




----
http://www.solr-start.com/ - Resources for Solr users, new and experienced


On 2 September 2017 at 07:19, Tommaso Teofili <[email protected]> wrote:
> +1
>
> SUCCESS! [4:03:59.484041]
>
> Tommaso
>
>
> Il giorno ven 1 set 2017 alle ore 00:55 Andrzej Białecki
> <[email protected]> ha scritto:
>>
>> +1
>>
>> SUCCESS! [1:57:58.000161]
>>
>> On 31 Aug 2017, at 14:18, Jan Høydahl <[email protected]> wrote:
>>
>> +1
>>
>> SUCCESS! [1:57:25.968248]
>>
>> I found that the CHANGES entry for SOLR-6671 was mistakenly placed in
>> 6.5.0 section. I have moved it and committed to branch_7_0 as well, so it is
>> correct for next release (or RC) from that branch.
>>
>> --
>> Jan Høydahl, search solution architect
>> Cominvent AS - www.cominvent.com
>>
>> 30. aug. 2017 kl. 20.37 skrev Anshum Gupta <[email protected]>:
>>
>> Please vote for the first release candidate for Apache Lucene/Solr 7.0.0.
>>
>> Artifacts can be downloaded from:
>>
>>
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.0.0-RC2-revd3ce558f74b0b4fc082b87a7e60cf43d7010e03c/
>>
>> You can run the smoke tester directly from this command:
>>
>>   python3 -u dev-tools/scripts/smokeTestRelease.py
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.0.0-RC2-revd3ce558f74b0b4fc082b87a7e60cf43d7010e03c/
>>
>> Reminder: You would need to run this from branch_7_0.
>>
>> Here's my +1:
>>
>> SUCCESS! [0:55:18.587149]
>>
>> NOTE: I intend to keep the vote open for 5 working days, instead of the
>> standard 3 as this is a major release, and we have a 6.6.1 out for vote in
>> parallel.
>>
>>
>> -Anshum
>>
>>
>>
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to