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
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
-
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
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:
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
, 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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,
>
>
>
>
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
23 matches
Mail list logo