Re: SOLR war for SOLR 6

2016-06-19 Thread danny teichthal
If you are running on tomcat you will probably have a deployment problem. On version 5.2.1 it worked fine for me, I manually packaged solr.war on build time. But, when trying to upgrade to Solr 5.5.1, I had problems with incompatible servlet-api of Solr's jetty version and my tomcat servlert-api. S

Can someone explain about Sweetspot Similarity ?

2016-06-19 Thread dirmanhafiz
Hi , Im Dirman and im trying experiment solr with sweetspot similarity,, can someone tell me min max in sweetspot similarity is about lengthdoc ? i have average lengthdoc 3-205 tokens / doc and why while i wrote in my schema.xml parameter sweetspot similairity didnt work ? 10

Are SOLR nested objects broken for multilevel nesting?

2016-06-19 Thread Alexey Vasyukov
Hello folks. I observe quite strange behaviour for multi-level nesting of SOLR objects using both SOLR 5.5.1 and SOLR 6.1.0. Queries for some of nested objects return correct responses, and for other objects responses contain unexpected docs. I tried to sum up everything here - http://stackoverfl

Solr update/csv

2016-06-19 Thread ovosh
Hi all! I try to upload some data to my new instance with upload/csv. Like this * curl 'http://localhost:8983/solr/sampler/update/csv?commit=true&separator=%09&escape=%5c&fieldnames=mutation,allele1FWD,allele2REF,type,action,xraw,yraw&stream.file=/tmp/439.txt'* How i can add some default value for

Re: Solr update/csv

2016-06-19 Thread Alexandre Rafalovitch
All the parameters are here: https://cwiki.apache.org/confluence/display/solr/Uploading+Data+with+Index+Handlers#UploadingDatawithIndexHandlers-CSVFormattedIndexUpdates Perhaps "literal.fieldname" is what you are looking for? That is assuming default value for _other_ fields, not listed in CSV. I

Re: Can someone explain about Sweetspot Similarity ?

2016-06-19 Thread Ahmet Arslan
Hi, Sweet spot is designed to punish too long or too short documents. Did you reindex? Can you see the mention of sweet spot in debugQuery=true response? Ahmet On Sunday, June 19, 2016 2:18 PM, dirmanhafiz wrote: Hi , Im Dirman and im trying experiment solr with sweetspot similarity,, can s

Re: Solr update/csv

2016-06-19 Thread Upayavira
Don't forget you can set a default value in the field definition in your schema. Upayavira On Sun, 19 Jun 2016, at 03:21 PM, Alexandre Rafalovitch wrote: > All the parameters are here: > https://cwiki.apache.org/confluence/display/solr/Uploading+Data+with+Index+Handlers#UploadingDatawithIndexHand

Re: Are SOLR nested objects broken for multilevel nesting?

2016-06-19 Thread Erick Erickson
Without showing us an example of > the docs > how you index them > the query and response you think is correct > the query and response you think is incorrect it's hard to say anything worthwhile. If people have seen this and confirmed it's a bug it's probably in the JIRA system, have you found a

Re: Can someone explain about Sweetspot Similarity ?

2016-06-19 Thread Shawn Heisey
On 6/19/2016 4:09 AM, dirmanhafiz wrote: > Hi , Im Dirman and im trying experiment solr with sweetspot similarity,, > can someone tell me min max in sweetspot similarity is about lengthdoc ? > i have average lengthdoc 3-205 tokens / doc and why while i wrote in my > schema.xml parameter sweetspot s

About reasons of "enablePositionIncrements" deprecation

2016-06-19 Thread Issei Nishigata
Hi, all. I am using Solr5.5. I am planning to activate "enablePositionIncrements" by customizing "XXXFilterFactory" in order to make autoGeneratedPhraseQueries work properly. Can anyone tell me about the impact of such customizing? I am planning two kinds of customizing mentioned below. - To all

Re: Are SOLR nested objects broken for multilevel nesting?

2016-06-19 Thread Alexey Vasyukov
The docs, requests and responses are on the link from the first message - http://stackoverflow.com/questions/37905553/are-solr-nested-objects-broken-for-multilevel-nesting The issue has been resolved already (thanks to Mikhail Khludnev). The solution is also on SO topic. 2016-06-20 0:15 GMT+03:

Re: Can someone explain about Sweetspot Similarity ?

2016-06-19 Thread Mikhail Khludnev
Fwiw, here's example of per field similarity https://cwiki.apache.org/confluence/display/solr/Other+Schema+Elements 20 июня 2016 г. 2:49 пользователь "Shawn Heisey" написал: > On 6/19/2016 4:09 AM, dirmanhafiz wrote: > > Hi , Im Dirman and im trying experiment solr with sweetspot similarity,, > >