Wrong comments in example schema about DocValues requirements

2017-02-07 Thread Andreas Hubold
Hi, there are comments in the example schema files of Solr 6.4.1 about field requirements for DocValues. For example, in server/solr/configsets/basic_configs/conf/managed-schema: docValues: [...] they might require the field to be single-valued, be required or have a default

Re: How to create solr custom filter

2017-02-07 Thread Mugeesh Husain
thanks andrea for your help, I created few solr plugin that working fine, but still i am stuck to debug the code using eclipse, as you mentioned below url.http://andreagazzarini.blogspot.in/2016/11/quickly-debug-your-solr-add-on.htmlIn this url, i could not run the junit code, i couldn't run

Re: Interval Facets with JSON

2017-02-07 Thread deniz
I have taken a look at the class solr/core/src/test/org/apache/solr/search/facet/TestJsonFacets.java but it seems like there are no tests for interval facets on json... - Zeki ama calismiyor... Calissa yapar... -- View this message in context:

??????Aw: ??????Solr 5.5.0 Configure global jndi DS for dataimport

2017-02-07 Thread alias
I just tested, the success of the need to amend two points 1??the jetty.xml comment out 2??Jndi's name is this: java:comp/env/jdbc/mysqlds The complete steps are as follows: jetty.xml java:comp/env/jdbc/mysqlds

RE: Flume SolrSink No Error but not Indexing

2017-02-07 Thread Anatharaman, Srinatha (Contractor)
M, Thank you for your suggestion I kept just one file to index. It is very small file with 3 lines and 3 characters on each line I see the content in flume log file and an entry in Solr but not sure why it is not going to Solr -Original Message- From: Markus Jelsma

RE: Flume SolrSink No Error but not Indexing

2017-02-07 Thread Markus Jelsma
Hi - are the channels filling up? If not, events can be silently dropped by custom interceptors, but you don 't seem to have any. We're not using that sink you have, it might also silenently drop events. At least check you channel size, it goes up in most cases, meaning all your events are

complex query is stumping me

2017-02-07 Thread John Blythe
hi all. i'm attempting to grab up a swath of data based on some parameters that i'm finding difficult to express in a query: - i'd like to get all the data from a purchasing group (simple fq on their ids) - where items are grouped on one (or one of a few) unique identifiers

Flume SolrSink No Error but not Indexing

2017-02-07 Thread Anatharaman, Srinatha (Contractor)
Hi, I am indexing text document using Flume, I do not see any error or warning message but data is not getting ingested to Solr Log level for both Solr and Flume is set to TRACE, ALL Flume version : 1.5.2.2.3 Solr Version : 5.5 Config files are as below Flume Config : agent.sources =

Re: Solr 5.5.0 MSSQL Datasource Example

2017-02-07 Thread Fuad Efendi
Perhaps this answers your question: http://stackoverflow.com/questions/27418875/microsoft-sqlserver-driver-datasource-have-password-empty Try different one as per Eclipse docs, http://www.eclipse.org/jetty/documentation/9.4.x/jndi-datasource-examples.html jdbc/DSTest

Re: Solr 5.3.1: Collection reload results in IndexWriter is closed exception

2017-02-07 Thread Fuad Efendi
Were you indexing new documents while reloading? “Previously we’ve done reloads of a collection after changing solrconfig.xml without any issues.” -- Fuad Efendi (416) 993-2060 http://www.tokenizer.ca Search Relevancy, Recommender Systems From: Kelly, Frank

Re: Commit/callbacks doesn't happen on core close

2017-02-07 Thread saiks
Thanks for the reply. The issue is, when the core is unloaded, post commit listeners on the core are not getting called. If you see here, the code that calls post commit listeners is commented out.

alerting system with Solr's Streaming Expressions

2017-02-07 Thread Susheel Kumar
Hello, I am tried to follow http://joelsolr.blogspot.com/ to see if we can classify positive & negative feedbacks using streaming expressions. All works but end result where probability_d result of classify expression gives similar results for positive / negative feedback. See below What I may

Solr 5.3.1: Collection reload results in IndexWriter is closed exception

2017-02-07 Thread Kelly, Frank
Just wondering if anyone has seen this before and might understand why this is happening Environment: Solr 5.3.1 in Solr Cloud (3 shards each with 3 replicas across 3 EC2 Vms) 100m documents (20+ GB index) Previously we’ve done reloads of a collection after changing solrconfig.xml without any

Solr 5.5.0 MSSQL Datasource Example

2017-02-07 Thread Per Newgro
Hello, has someone a working example for MSSQL Datasource with 'Standard Microsoft SQL Driver'. My environment: debian Java 8 Solr 5.5.0 Standard (download and installed as service) server/lib/ext sqljdbc4-4.0.jar Global JNDI resource defined server/etc/jetty.xml

Re: SOLR version upgrade 5.1.0 to 6.4.0

2017-02-07 Thread Shawn Heisey
On 2/7/2017 6:47 AM, Uchit Patel wrote: > I want detailed step by step guidance for SOLR version upgrade from > 5.1.0 to 6.4.0 for Windows and Linux both. On Windows, and on any other OS where the installer wasn't used, there are no explicit install instructions, so there are no explicit upgrade

SOLR version upgrade 5.1.0 to 6.4.0

2017-02-07 Thread Uchit Patel
Hi, I want detailed step by step guidance for SOLR version upgrade from 5.1.0 to 6.4.0 for Windows and Linux both. Thanks. Regards, Uchit PatelSr. GIS AnalystWaste Management Inc.

SOLR version upgrade from 5.1.0 to 6.4.0 documentation

2017-02-07 Thread Uchit Patel
Hi, I want detailed step by step guidance for SOLR version upgrade from 5.1.0 to 6.4.0 for Windows and Linux both. Thanks. Regards, Uchit PatelSr. GIS AnalystWaste Management Inc.

Distributed Search (across collections) + partial Filter query

2017-02-07 Thread alessandro.benedetti
Hi all, *Scenario* I run searches across different collections. e.g. we have 2 collections, 1 with a *field1* defined and 1 not. *Use Case* I would like to send a distributed request with a parameter that will filter the results on field1 on the collection1 but do nothing with the collection2.

Aw: 回复:Solr 5.5.0 Configure global jndi DS for dataimport

2017-02-07 Thread Per Newgro
Maybe someone is interested in solution: AND java:comp/env/jdbc/myds Both need the complete lookup name. Per > Gesendet: Dienstag, 07. Februar 2017 um 10:29 Uhr > Von: "Per Newgro" > An: solr-user@lucene.apache.org > Betreff: Aw: 回复:Solr 5.5.0 Configure global jndi DS for

Re: Solr Shard Splitting Issue with 60 GB index data

2017-02-07 Thread ekta
Hi Anshum, Thanks for the reply. But I've stuck in some other way. I'm able to split shard successfully with less amount of index data, i.e. less than 45GB. But my actual data volume is more than 70 GB, and when I'm trying to split the shard in the same process, it's not completed successfully.

DistributedUpdateProcessorFactory was explicitly disabled from this updateRequestProcessorChain

2017-02-07 Thread Pratik Thaker
Hi All, I am using SOLR Cloud 6.0 I am receiving below exception very frequently in solr logs, o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: RunUpdateProcessor has received an AddUpdateCommand containing a document that appears to still contain Atomic document update

Re: Time of insert

2017-02-07 Thread Mahmoud Almokadem
Thanks Alessandro, I used the DIH as it is and no atomic updates was called with this DIH. Add this script to my script transformation section and everything worked properly: var now = java.time.LocalDateTime.now(); var dtf =

Re: Time of insert

2017-02-07 Thread alessandro.benedetti
Hi Mahomoud, I need to double check but let's assume you use atomic updates and a created_data stored with default to NOW. 1) First time the document is not in the index you will get the default NOW. 2) second time, using the atomic update you will update only a subset of fields you send to Solr.

Aw: 回复:Solr 5.5.0 Configure global jndi DS for dataimport

2017-02-07 Thread Per Newgro
Changed db-data-config.xml This leads to Caused by: javax.naming.NameNotFoundException; remaining name 'env/jdbc/myds' at org.eclipse.jetty.jndi.NamingContext.lookup(NamingContext.java:538) at org.eclipse.jetty.jndi.NamingContext.lookup(NamingContext.java:569) at

??????Solr 5.5.0 Configure global jndi DS for dataimport

2017-02-07 Thread alias
jndiName="java:comp/env/jdbc/myds" -- -- ??: "Per Newgro";; : 2017??2??7??(??) 4:47 ??: "solr-user-group"; : Solr 5.5.0 Configure global jndi DS for dataimport Hello, I

Interval Facets with JSON

2017-02-07 Thread deniz
Hello, I am trying to run JSON facets with on interval query as follows: "json.facet":{"height_facet":{"interval":{"field":"height","set":["[160,180]","[180,190]"]}}} And related field is But I keep seeing errors like: o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException:

Solr 5.5.0 Configure global jndi DS for dataimport

2017-02-07 Thread Per Newgro
Hello, I would like to configure a JNDI datasource for use in dataimport. From the documentation it shall be possible and easy. My environment: Debian OpenJDK Runtime Environment (build 1.8.0_111-8u111-b14-2~bpo8+1-b14) Solr 5.5.0 downloaded and installed as service in /opt/solr Installed core