Aw: Re: Re: Facet ranges and stats

2017-06-01 Thread Per Newgro
sheel Kumar" > An: solr-user@lucene.apache.org > Betreff: Re: Re: Facet ranges and stats > > Great, it worked out. If you want to share where and in what code you have > 90 configured, we can brainstorm if we can simplify it to have only one > place. > > On Thu, J

Aw: Re: Facet ranges and stats

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

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 obje

Aw: Re: Solr 5.5.0 MSSQL Datasource Example

2017-02-08 Thread Per Newgro
ECT 1 -1 Thanks for your support Per > Gesendet: Dienstag, 07. Februar 2017 um 21:39 Uhr > Von: "Fuad Efendi" > An: "Per Newgro" , solr-user@lucene.apache.org > Betreff: Re: Solr 5.5.0 MSSQL Datasource Example > > Perha

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 java:com

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

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

2017-02-07 Thread Per Newgro
> Gesendet: Dienstag, 07. Februar 2017 um 10:02 Uhr > Von: alias <524839...@qq.com> > An: solr-user > 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 i

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 t

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

2014-12-13 Thread Per Newgro
s?gid=6713853 On 12 December 2014 at 14:52, Per Newgro wrote: Do you mean with inner entity something like Yes that i could use. But i would use always the same entity in the where clause of the sub-entity. I

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

2014-12-12 Thread Per Newgro
-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On 12 December 2014 at 12:15, Per Newgro 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 ac

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: Solr is not responding on deployment in tomcat

2013-07-16 Thread Per Newgro
l 15, 2013 at 6:49 AM, Per Newgro 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".

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 (usin

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: 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: 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 document.st

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

2011-07-21 Thread Per Newgro
> Datum: Thu, 21 Jul 2011 09:53:23 +0200 > Von: "Per Newgro" > An: solr-user@lucene.apache.org > Betreff: Re: How can i find a document by a special id? > The problem is that i didn't store the mediacode in a field. Because the > code is used frequently for ge

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 in

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: 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

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 = "123

Re: Is solrj 3.3.0 ready for field collapsing?

2011-07-05 Thread Per Newgro
adoc/org/apache/solr/common/params/GroupParams.html#GROUP_MAIN> Now is get results. So the answer seems to be yes :-). *| You haven't told us much about what you're trying to do, you might want to review: http://wiki.apache.org/solr/UsingMailingLists Sorry for that. Best Erick On J

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