Dataimporthandler sql query don't run

2015-09-25 Thread Jens Mayer
Hello everyone, I need to run the following query to import my index from a H2 database: but if I start to full-import nothing happens. The last information from my log file is the following: [25.09.2015 20:06:24.418 INFO  commitScheduler-11-thread-1 o.a.s.u.DirectUpdateHandler2.commit:548] star

Grouping Performance Optimation

2015-04-23 Thread Jens Mayer
Hey, I've working on a Geo Search and included grouping. So results which have the same score will be grouped. But since I included grouping the performance decreased very intensive. Before I implemented grouping a query need round about 6 millisecond but now the query need round about 3 seconds

Group by score

2015-04-09 Thread Jens Mayer
Hey everybody, I have the following situation in my search application: I've been searching street sources. By executing a search I receive several matches. The first 10 matches are displayed. But in this situation a part of the results are nearly the same.As example if I seach for Berlin I'll r

Re: XML nested structure in solr

2015-02-09 Thread Jens Mayer
support indexing multiple opening hour spans. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com 9. feb. 2015 kl. 13.03 skrev Jens Mayer : Hey, thanks for your answer.Yes I've already checked out the XPathEntityProcessor but it's flatten my documents.This is quite go

Re: XML nested structure in solr

2015-02-09 Thread Jens Mayer
Høydahl, search solution architect Cominvent AS - www.cominvent.com > 9. feb. 2015 kl. 11.05 skrev Jens Mayer : > > Hey @all, > I have a problem with nested documentsin solr. > I like to import avery big XML file which contains a nested structure: > >        > 

XML nested structure in solr

2015-02-09 Thread Jens Mayer
Hey @all, I have a problem with nested documentsin solr. I like to import avery big XML file which contains a nested structure:                                     aa                 a                 a                 a                                         open                          

Re: eDismax - boost function of multiple values

2014-10-17 Thread Jens Mayer
uot;:8.4459303, "_version_":1481861578588422156}, { "zip":"76131", "inhabitants":296033, "city":"Karlsruhe", "importance":1, "latitude":49.0271384, "

Re: eDismax - boost function of multiple values

2014-10-16 Thread Jens Mayer
multiple times. q=foo&bf=ord(inhabitants)bf=ord(importance) Ahmet On Tuesday, October 14, 2014 6:34 PM, Jens Mayer wrote: Hey everyone, I have a question about the boost function of solr. The documentation say about multiple function querys that I can write it seperated by whitespaces.

eDismax - boost function of multiple values

2014-10-14 Thread Jens Mayer
Hey everyone, I have a question about the boost function of solr. The documentation say about multiple function querys that I can write it seperated by whitespaces. Example: q=foo&bf=ord(popularity)^0.5 recip(rord(price),1,1000,1000)^0.3 Now I have two fields I like to boost. Inhabitants and im