tricky range query?

2010-09-21 Thread Papp Richard
Hi all, shortly my problem: I want to filter services based on timetables, let's consider the next timetable for a day: on the date of 15.10.2010: 10:00 - 11:00 12:00 - 12:30 14:30 - 16:00 17:00 - 20:00 how could i store the timetable in Solr and efficiently search in it (let's

RE: tricky range query?

2010-09-21 Thread Papp Richard
0 TO *]. I'm not sure I'd want that kind of query on a gigabyte of records... But without knowing some more details, it's impossible to say whether this would be at all suitable... Best Erick On Tue, Sep 21, 2010 at 4:41 AM, Papp Richard wrote: > Hi all, > > > >

RE: tricky range query?

2010-09-21 Thread Papp Richard
am I missing? Best Erick On Tue, Sep 21, 2010 at 1:05 PM, Papp Richard wrote: > Hi Erik, > > first of all, thank you for your answer. Let me detail a bit the amount of > data: > > - actually services going to persons, and the time table is per person (a > person can have mul

trie

2010-09-21 Thread Papp Richard
is there any good tutorial how to use and what is trie? what I found on the net is really blurry. rgeards, Rich __ Information from ESET NOD32 Antivirus, version of virus signature database 5419 (20100902) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.

RE: trie

2010-09-21 Thread Papp Richard
can read about it in Lucene in Action second edition. have a look at http://www.lucidimagination.com/developer/whitepaper/Whats-New-in-Apache-Lucene-3-0 page 4 to 8 should give you a good intro to the topic simon > > Péter > > 2010/9/21 Papp Richard : >> is there any good tutoria

Grouping in solr ?

2010-09-23 Thread Papp Richard
Hi all, is it possible somehow to group documents? I have services as documents, and I would like to show the filtered services grouped by company. So I filter services by given criteria, but I show the results grouped by companay. If I got 1000 services, maybe I need to show just 100 com

RE: Grouping in solr ?

2010-09-23 Thread Papp Richard
e.org Subject: RE: Grouping in solr ? http://wiki.apache.org/solr/FieldCollapsing https://issues.apache.org/jira/browse/SOLR-236   -Original message- From: Papp Richard Sent: Thu 23-09-2010 21:29 To: solr-user@lucene.apache.org; Subject: Grouping in solr ? Hi all,  is it possible someh

RE: Grouping in solr ?

2010-09-30 Thread Papp Richard
I'm really sorry - thank you for the note. -Original Message- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Tuesday, September 28, 2010 05:12 To: solr-user@lucene.apache.org Subject: Re: Grouping in solr ? : References: : : In-Reply-To: : : Subject: Grouping in

solr 4.0 - pagination

2010-10-30 Thread Papp Richard
Hi all, I'm using Solr 4.0 with grouping (field collapsing), but unfortunately I can't solve the pagination. Mainly there are two problems: - the query fields "start" & "rows" doesn't work anymore - beside of the values, it always returns the data as the start would be 0 (sta

RE: solr 4.0 - pagination

2010-10-30 Thread Papp Richard
12:22 PM, Papp Richard wrote: >  I'm using Solr 4.0 with grouping (field collapsing), but unfortunately I > can't solve the pagination. It's not implemented yet, but I'm working on that right now. -Yonik http://www.lucidimagination.com __ Information from ESE

RE: solr 4.0 - pagination

2010-11-07 Thread Papp Richard
instead of pagination) ? best regards, Rich -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley Sent: Saturday, October 30, 2010 19:29 To: solr-user@lucene.apache.org Subject: Re: solr 4.0 - pagination On Sat, Oct 30, 2010 at 12:22 PM, Papp Rich

RE: solr 4.0 - pagination

2010-11-07 Thread Papp Richard
thank you very much Yonik! you are a magician! regards, Rich -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley Sent: Sunday, November 07, 2010 18:04 To: Papp Richard Cc: solr-user@lucene.apache.org Subject: Re: solr 4.0 - pagination On

RE: solr 4.0 - pagination

2010-11-07 Thread Papp Richard
can't use for this. regards, Rich -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley Sent: Sunday, November 07, 2010 18:04 To: Papp Richard Cc: solr-user@lucene.apache.org Subject: Re: solr 4.0 - pagination On Sun, Nov 7, 2010 at 10:55

RE: solr 4.0 - pagination

2010-11-07 Thread Papp Richard
Sent: Sunday, November 07, 2010 18:04 To: Papp Richard Cc: solr-user@lucene.apache.org Subject: Re: solr 4.0 - pagination On Sun, Nov 7, 2010 at 10:55 AM, Papp Richard wrote: >  this is fantastic, but can you tell any time it will be ready ? It already is ;-) Grab the latest trunk or the latest

RE: solr 4.0 - pagination

2010-11-07 Thread Papp Richard
se of this the whole will be slow / memory usage will increase considerably. regards, Rich -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley Sent: Sunday, November 07, 2010 21:54 To: Papp Richard Cc: solr-user@lucene.apache.org Subject: Re: sol

solr admin

2010-11-29 Thread Papp Richard
Hello, is there any way to specify in the solr admin other than fields? and I'm nt talking about the full interface which is also very limited. like: score, fl, fq, ... and yes, I know that I can use the url... which indeed is not too handy. thanks, Rich __ Information from E

special sorting

2010-11-29 Thread Papp Richard
Hello, I have many pages with the same content in the search result (the result is the same for some of the cities from the same county)... which means that I have duplicate content. the filter query is something like: +locationId:(60 26a 39a) - for city with ID 60 and I get the same result

RE: solr admin

2010-11-29 Thread Papp Richard
, 2010 22:00 To: solr-user@lucene.apache.org Subject: Re: solr admin I honestly don't understand what you're asking here. Specify what in solr admin other than fields? what is it you're trying to accomplish? Best Erick On Mon, Nov 29, 2010 at 2:56 PM, Papp Richard wrote: > He

RE: special sorting

2010-11-29 Thread Papp Richard
logic you could use function queries to achieve that. http://wiki.apache.org/solr/FunctionQuery#Sort_By_Function Regards, Tommaso 2010/11/29 Papp Richard > Hello, > > I have many pages with the same content in the search result (the result > is the same for some of the cities from the

DIH serialize

2011-01-23 Thread Papp Richard
Hi all, I wasted the last few hours trying to serialize some column values (from mysql) into a Solr column, but I just can't find such a function. I'll use the value in PHP - I don't know if it is possible to serialize in PHP style at all. This is what I tried and works with a given factor:

RE: DIH serialize

2011-01-24 Thread Papp Richard
- It is always a good idea to learn from your own mistakes. It is usually a better idea to learn from others’ mistakes, so you do not have to make them yourself. from 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' EARTH has a Right To Life, otherwis

RE: DIH serialize

2011-01-24 Thread Papp Richard
them in your results? Does that make sense? Sounds a bit strange :) Regards Stefan On Mon, Jan 24, 2011 at 10:03 AM, Papp Richard <ccode...@gmail.com> wrote: > Hi Dennis, > > thank you for your answer, but didn't understand why you say it doesn't > need serializ

RE: DIH serialize

2011-01-25 Thread Papp Richard
var key in row ) { row_data.push( '"' + key + '" : '" + row[key] + '"' ); } row.put( 'whatever_field', '{' + row_data.join( ',' ) + '}' ); Which should result in a json-object like {'key1':'val