yes, It will be there in the next patch .
The Entityprocessor interface will have an extra destroy() method so
you can extend SqlEntityProcessor and override the init/destroy
methods for doing pre/post actions. init() is already there
Another addition is getSolrCore() in Context which can help you
Well that's my problem ... I can't :-)
When you put a fq=doctype:news in there your can't get an explicit
facet.query, it will only let you deal w/ the stuff you have already
filtered out. I think what I was is possible, just need to dig in the
code more.
- Jon
On Jul 21, 2008, at 9:14
On 17-Jul-08, at 6:27 AM, Jon Baer wrote:
Ive gone from a complex multicore setup back to a single solrconfig
setup and using a doctype field (since the index is pretty small),
however there are a few spots where items are laid out in tabs and
each tab has a count of docs associated, ie:
On 21-Jul-08, at 2:15 PM, Ian Connor wrote:
Hi,
I am trying to query a "doi" field. However, a doi can contain a ":"
colon character and the query parser throws an error at this point.
How do you escape a colon?
You can escape anything with a backslash, and most things with
quotation marks
Hi,
I am trying to query a "doi" field. However, a doi can contain a ":"
colon character and the query parser throws an error at this point.
How do you escape a colon?
--
Regards,
Ian
Perfect! Thank you Shalin. Much appreciated, and a dead simple system.
My vote is in.
- Mark
Shalin Shekhar Mangar wrote:
Will this do? A 1-5 for each image is difficult but I guess this goes 80%
with 20% effort :)
http://people.apache.org/~shalin/poll.html
On Tue, Jul 22, 2008 at 12:23 AM,
Will this do? A 1-5 for each image is difficult but I guess this goes 80%
with 20% effort :)
http://people.apache.org/~shalin/poll.html
On Tue, Jul 22, 2008 at 12:23 AM, Mike Klaas <[EMAIL PROTECTED]> wrote:
> How about a form that has a "1 to 5" radio button option beside each logo
> and a box
Mark,
No worries, you are still way ahead of electronic voting!
-Original Message-
From: Mark Miller [mailto:[EMAIL PROTECTED]
Sent: Monday, July 21, 2008 2:37 PM
To: solr-user@lucene.apache.org
Subject: Re: Vote on a new solr logo
Sorry you can't vote guys - makes me look realy smart eh
How about a form that has a "1 to 5" radio button option beside each
logo and a box to enter your name?
-Mike
On 21-Jul-08, at 11:43 AM, Mark Miller wrote:
I looked for a long time for an easy free image polling system, and
couldn't find much beyond shareware. I am still looking for
somet
I looked for a long time for an easy free image polling system, and
couldn't find much beyond shareware. I am still looking for something
though...
Ryan McKinley wrote:
nor does http://selectricity.org/
On Jul 21, 2008, at 2:28 PM, Shalin Shekhar Mangar wrote:
Too bad the polls created with
Thanks for the solutions to #2 & #3. I assume by your last comment that the
call back hooks are not yet in the DIH are features that will be released in
the future as patches, correct?
> From: Noble Paul നോബിള് नोब्ळ् <[EMAIL PROTECTED]>
> Reply-To:
> Date: Mon, 21 Jul 2008 23:25:15 +0530
> To:
nor does http://selectricity.org/
On Jul 21, 2008, at 2:28 PM, Shalin Shekhar Mangar wrote:
Too bad the polls created with Google docs don't support images in
them (or
atleast i couldn't figure out how to do it)
On Mon, Jul 21, 2008 at 11:52 PM, Ryan McKinley <[EMAIL PROTECTED]>
wrote:
Sorry you can't vote guys - makes me look realy smart eh I can vote
even when I log out of the admin section, so I am clueless why you
cannot. But I am going to fix things somehow and add those new logos for
consideration.
- Mark
Ryan McKinley wrote:
I can't figure how to use the poll eith
Too bad the polls created with Google docs don't support images in them (or
atleast i couldn't figure out how to do it)
On Mon, Jul 21, 2008 at 11:52 PM, Ryan McKinley <[EMAIL PROTECTED]> wrote:
> I can't figure how to use the poll either...
>
> here are a few others to check out:
> http://lapnap
I can't figure how to use the poll either...
here are a few others to check out:
http://lapnap.net/solr/
perhaps "a" and "f" could live together, you use 'a' if you need a
background other then white
On Jul 21, 2008, at 2:14 PM, Mike Klaas wrote:
On 20-Jul-08, at 6:19 PM, Mark Miller wrote
On 20-Jul-08, at 6:19 PM, Mark Miller wrote:
From the dev list:
Shalin Shekhar Mangar:
+1 for a new logo. It's a new release, let's have a new logo too!
First step
is to decide which one of these is more Solr-ish.
I'm looking to improve the look of solr, so I am going to do my best
to p
Overtime we have realized this as a common pattern of requirements.
a pre-import, post-import call back hooks are something I can think of.
On Mon, Jul 21, 2008 at 11:13 PM, Jonathan Lee <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have been using the DataImportHandler successfully to import docume
Hello,
I have been using the DataImportHandler successfully to import documents
from MySQL, and it has worked very well. However I have three questions
about the handler:
1. Is it possible to execute a command post-import? Specifically, I would
like to run snapshooter after both full & delta imp
Currently, there are not any helper functions to pick out spellcheck
info.
But you can always use:
NamedList getResponse()
to pick out the data contained in the response:
Adding spellcheck functions to QueryResponse would be a welcome
contribution!
On Jul 21, 2008, at 12:51 PM, Jon Baer
Hi,
I can't seem to locate any info on how to get SolrJ + Spellcheck
working together, Id like to query the spellchecker if 0 items were
matched, is SolrJ "generic" enough to pick apart added component
results from the bottom of a query?
Thanks.
- Jon
the data is stored in Lucene format. Lucene is the place to look if
you want to know the exact format.
Lucene stores only "stored" fields . If you need to just index the
data , the actual amount of data may be less than that of the input.
--Noble
On Mon, Jul 21, 2008 at 6:00 PM, sanraj25 <[EMAIL P
Hi,
I want some exact information regarding solr data. When we are
indexing the data ,they are stored in same size or compressed .Because i
want to use large size of data . so if the size reduced i can store large
data in my server.
give some instruction to read the documents through ad
Hi users,
Without changing anything a strange IO Exception has begun to appear when
I try to make search in some cores.
The problems disappear if I restart the Tomcat. The strange thing is that
the other cores that search in the same machine works perfectly
Can anyone help me?
The e
Hi All,
I am working on a module using Solr, where I want to get the stats of
each keyword found in each field.
If my search term is: (title:("web2.0" OR "ajax") OR
description:("web2.0" OR "ajax"))
Then I want to know how many times web2.0/ajax were found in title or
description.
Any suggestio
You will find the indexed data inside the data/index directory of your solr
home. The documents are stored in Lucene Index File Format which is not
human readable.
To find a document or documents you have to search it through solr admin web
page with appropriate Lucene query syntax (
http://lucene
Hi
When indexing data with solr where document stored and how to find
document in solr installation.And
how to avoid data duplication in solr database.
thanks in advance
regards,
Santhanaraj R
--
View this message in context:
http://www.nabble.com/Where-DATA-are-stored-tp18563280p1856
26 matches
Mail list logo