Aw: Re: Re: Facet ranges and stats

2017-06-01 Thread Per Newgro
ace. > > On Thu, Jun 1, 2017 at 3:16 AM, Per Newgro <per.new...@gmx.ch> wrote: > > > Thanks for your support. > > > > Because the null handling is one of the important things i decided to use > > another way. > > > > I added a script in my

Aw: Re: Facet ranges and stats

2017-06-01 Thread Per Newgro
t : 0, > end : 90, > gap : 90, > other : "after" > }} > } > }} > }' > > &

Facet ranges and stats

2017-05-31 Thread Per Newgro
Hello, i would like to generate some stats on my facets. This is working so far. My problem is that i don't know how to generate Ranges on my facets and calculate the stats for it. I have two fields in my schema -> rank(string) and total(float, nullable) Rank can be A or B or C. In case my

Aw: Re: Solr 5.5.0 MSSQL Datasource Example

2017-02-08 Thread Per Newgro
-1 Thanks for your support Per > Gesendet: Dienstag, 07. Februar 2017 um 21:39 Uhr > Von: "Fuad Efendi" <f...@efendi.ca> > An: "Per Newgro" <per.new...@gmx.ch>, solr-user@lucene.apache.org > Betreff: Re: Solr 5.5.0 MSSQL

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

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" <per.new...@gmx.ch> > An: solr-user@lucene.apache.org > Betreff: Aw: 回复:Solr 5.

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

2017-02-07 Thread Per Newgro
det: Dienstag, 07. Februar 2017 um 10:02 Uhr > Von: alias <524839...@qq.com> > An: solr-user <solr-user@lucene.apache.org> > Betreff: 回复:Solr 5.5.0 Configure global jndi DS for dataimport > > jndiName="java:comp/env/jdbc/myds" > > > ---------- 原始邮

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

Caching multiple entities

2016-12-17 Thread Per Newgro
Hello, we are implementing a questionnaire tool for companies. I would like to import the data using a DIH. To increase performance i would like to use some caching. But my solution is not working. The score of my questionnaire is empty. But there is a value in the database. I've checked

Re: Use a constant entity in all imported documents of DIH

2014-12-13 Thread Per Newgro
/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On 12 December 2014 at 12:15, Per Newgro per.new...@gmx.ch wrote: Hello, i would like to load an entity before document import in DIH starts. I want to use the entity id for a sub-select in the document entity. Can i

Use a constant entity in all imported documents of DIH

2014-12-12 Thread Per Newgro
Hello, i would like to load an entity before document import in DIH starts. I want to use the entity id for a sub-select in the document entity. Can i achieve something like that? Thanks for helping me Per

Re: Use a constant entity in all imported documents of DIH

2014-12-12 Thread Per Newgro
: https://www.linkedin.com/groups?gid=6713853 On 12 December 2014 at 12:15, Per Newgro per.new...@gmx.ch wrote: Hello, i would like to load an entity before document import in DIH starts. I want to use the entity id for a sub-select in the document entity. Can i achieve something like that? Thanks

Re: Solr is not responding on deployment in tomcat

2013-07-16 Thread Per Newgro
AM, Per Newgro per.new...@gmx.ch wrote: Hi, maybe someone here can help me with my solr-4.3.1 issue. I've successful deployed the solr.war on a tomcat7 instance. Starting the tomcat with only the solr.war deployed - works nicely. I can see the admin interface and logs are clean. If i deploy my

Solr is not responding on deployment in tomcat

2013-07-15 Thread Per Newgro
Hi, maybe someone here can help me with my solr-4.3.1 issue. I've successful deployed the solr.war on a tomcat7 instance. Starting the tomcat with only the solr.war deployed - works nicely. I can see the admin interface and logs are clean. If i deploy my wicket-spring-data-solr based app (using

Re: Unable to getting started with SOLR

2011-11-10 Thread Per Newgro
Did you start the server ( *java -jar start.jar* )? Was it successful? Have you checked the logs? Am 10.11.2011 17:54, schrieb dsy99: Hi all, Sorry for the in convenience caused if to anyone but I need reply for following. I want to work in Solr and for the same I downloaded it and started

Re: Unable to getting started with SOLR

2011-11-10 Thread Per Newgro
Sounds strange. Did you do java -jar start.jar on the console? Am 10.11.2011 18:19, schrieb dsy99: Yes I executed the server start.jar embedded in example folder but not getting any message after that. I checked to logs also.it is empty. On Thu, 10 Nov 2011 22:34:57 +0530 wrote

Re: Search calendar avaliability

2011-10-27 Thread Per Newgro
what you is looking for is imho not releated to solr in special. The topic should be solr as temporal database. In your case if you have a timeline from 0 to 10 and you have two documents from 1 to 6 and 5 to 13 you can get all documents within 0 - 10 by quering document.end = 0 and

Re: How can i find a document by a special id?

2011-07-21 Thread Per Newgro
The problem is that i didn't store the mediacode in a field. Because the code is used frequently for getting the customer source. So far i've found the solr.WordDelimiterFilterFactory which is (from Wiki) the way to go. The problem seems to be that i'm searching a longer string then i've

Re: How can i find a document by a special id?

2011-07-21 Thread Per Newgro
catenateAll=0 splitOnCaseChange=0 splitOnNumericChange=1/ to my schema and test is green. Thanks all for helping me Per Original-Nachricht Datum: Thu, 21 Jul 2011 09:53:23 +0200 Von: Per Newgro per.new...@gmx.ch An: solr-user@lucene.apache.org Betreff: Re: How can i find

How can i find a document by a special id?

2011-07-20 Thread Per Newgro
Hi, i'm new to solr. I built an application using the standard solr 3.3 examples as default. My id field is a string and is copied to a solr.TextField (searchtext) for search queries. All works fine except i try to get documents by a special id. Let me explain the detail's. Assume id =

Re: How can i find a document by a special id?

2011-07-20 Thread Per Newgro
Am 20.07.2011 18:03, schrieb Kyle Lee: Perhaps I'm missing something, but if your fields are indexed as 1234567 but users are searching for AB1234567, is it not possible simply to strip the prefix from the user's input before sending the request? On Wed, Jul 20, 2011 at 10:57 AM, Per

Re: How can i find a document by a special id?

2011-07-20 Thread Per Newgro
Am 20.07.2011 19:23, schrieb Kyle Lee: Is the mediacode always alphabetic, and is the ID always numeric? No sadly not. We expose our products on too many medias :-). Per

Re: Is solrj 3.3.0 ready for field collapsing?

2011-07-05 Thread Per Newgro
Thanks for your response. Am 05.07.2011 13:53, schrieb Erick Erickson: Let's see the results of addingdebugQuery=on to your URL. Are you getting any documents back at all? If not, then your query isn't getting any documents to group. I didn't get any docs back. But they have been in the

Is solrj 3.3.0 ready for field collapsing?

2011-07-04 Thread Per Newgro
Hi, i've tried to add the params for group=true and group.field=myfield by using the SolrQuery. But the result is null. Do i have to configure something? In wiki part for field collapsing i couldn't find anything. Thanks Per