Hi,
When is Solr 1.4 scheduled for release? Is there any ballpark date yet?
Thanks
Rob
On Thu, Dec 11, 2008 at 6:49 AM, ayyanar
<[EMAIL PROTECTED]>wrote:
> 1) Can you given an example for field level boosting and document level
> boosting and the difference between two?
Field level boosting is used when one field is considered more or less
important than another. For example, you m
Thanks
On Thu, Dec 4, 2008 at 2:53 PM, Erik Hatcher <[EMAIL PROTECTED]>wrote:
> It means the request was successful. If the status is non-zero (err, 1)
> then there was an error of some sort.
>
>Erik
>
>
> On Dec 4, 2008, at 9:32 AM, Robert Young wrote:
&g
In the standard response format, what does the status mean? It always seems
to be 0.
Thanks
Rob
ase.rb?view=markup
> >
>
> It's used to test some core response handling routines, like this:
>
> <
> http://svn.apache.org/viewvc/lucene/solr/trunk/client/ruby/solr-ruby/test/unit/standard_response_test.rb?view=markup
> >
>
>Erik
>
>
imply make use of the
> Embedded SOLR component in your unit tests..
>
> On 11/27/08, Robert Young <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > Does anyone know of an easy to use Mock solr server?
> >
> > Thanks
> > Rob
> >
>
>
> --
&
Hi,
Does anyone know of an easy to use Mock solr server?
Thanks
Rob
2.3 that are causing problems if you use
> SOLR-342 with lucenAutoCommit == false.
>
> But, yes, you should be able to drop in 2.3, as that is one of the
> back-compatible goals for Lucene minor releases.
>
> -Grant
>
>
> On Feb 12, 2008, at 8:06 AM, Robert Young wrote:
>
>
I have heard that upgrading to lucene 2.3 in Solr 1.2 is as simple as
replacing the lucene jar and restarting. Is this the case? Has anyone
had any experience with upgrading lucene to 2.3? Did you have any
problems? Is there anything I should be looking out for?
Thanks
Rob
Hi,
Thought you guys might be interested, I'm working on a search
abstraction library for PHP called Forage, you can check it out at the
link below. At the moment it just supports basic indexing and
searching with Solr, Xapian and Zend Search Lucene but I'm hoping to
add more engines and more feat
On Jan 8, 2008 8:13 PM, Ryan McKinley <[EMAIL PROTECTED]> wrote:
> Perhaps consider using a copyField to copy the relevant values into
> another field - then you can get the top tokens across all these fields
> with luke.
That sounds like the best solution, thanks. Also means I'd be able to
have i
> "distinct" is a similar calculation, but for each field.
>
> ryan
>
>
>
> Robert Young wrote:
> > Hi,
> >
> > In the response for the LuceRequestHandler what do the different
> > fields mean? Some of them are obvious but some are less so. Is
> &
Hi,
In the response for the LuceRequestHandler what do the different
fields mean? Some of them are obvious but some are less so. Is
numTerms the total number of terms or the total number of unique terms
(ie the dictionary), if it is the former how can I find the size of
the dictionary across all f
ina
> word which is pointing document1 and document2?
>
> Jae
>
>
> On Jan 4, 2008 10:54 AM, Robert Young <[EMAIL PROTECTED]> wrote:
>
> > I don't quite understand what you're getting at. What is the problem
> > you're encountering or what are you tr
I don't quite understand what you're getting at. What is the problem
you're encountering or what are you trying to achieve?
Cheers
Rob
On Jan 4, 2008 3:26 PM, Jae Joo <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Is there any way to dedup the keyword cross the document?
>
> Ex.
>
> "china" keyword is in d
Short answer: It depends.
Long answer: It depends on whether you want to be able to search on.
If you need to search by recruiter name then obviously you'll need to
index it, if you don't you only really need to index the most relevent
db identifier, then work out the relations from that in MySQL (
Hi,
Is it possible to disable all the caches in Solr. We want to be able
to load test our Solr based application but we don't want the caches
to affect the results (we're using Apache benchmark so just sending
the same request over and over again).
Cheers
Rob
Right, ok, thanks.
On Nov 30, 2007 2:14 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote:
>
> On Nov 30, 2007 7:18 AM, Robert Young <[EMAIL PROTECTED]> wrote:
> > How does the copy field with boosted fields? If I have three fields
> > with different boost values and t
Hi,
How does the copy field with boosted fields? If I have three fields
with different boost values and they all get copied into a copy field,
are these boosts taken into account during searching?
Cheers
Rob
I would imagine you have to unserialize
On 11/5/07, James liu <[EMAIL PROTECTED]> wrote:
> i find they all return string
>
>$url = '
> http://localhost:8080/solr/select/?q=solr&version=2.2&start=0&rows=10&indent=on&wt=php
> ';
> var_dump(file_get_contents($url);
> ?>
>
>
> --
> regards
>
t; How did you index the data (straight HTTP, SolrJ, etc)? What does
> your schema for this field (and copyFields) look like?
>
> -Yonik
>
> On 11/1/07, Robert Young <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I've been trying to debug why one of my test ca
Hi,
I've been trying to debug why one of my test cases doesn't work. I
have an index with two documents in, one talking mostly about apples
and one talking mostly about oranges (for the sake of this test case)
both of which have 'test_site' in their site field. If I run the query
+(apple^4 orange)
Hi,
I'm using the XsltResponseWriter but I can't seem to get hold of the
query. I have copied in the xsl file I'm using but basically, I'm
trying to access the query element of the params list but I'm getting
nothing back. I've edited the xsl file a bit and as far as I can see
the whole params lis
Thanks Eric. For the moment we're only using one requestHandler for
basic querying so that should work OK
Cheers
Rob
On 10/19/07, Erik Hatcher <[EMAIL PROTECTED]> wrote:
>
> On Oct 19, 2007, at 8:30 AM, Robert Young wrote:
> > Is it possible to configure which xsl file
Hi,
Is it possible to configure which xsl file to use for a particular
queryResponseWriter in the solrconfig.xml?
I would like to have something like the following so that I don't have
put it in for every query.
5
opensearch.xsl
Any ideas?
Cheers
Rob
Hey,
Thanks Brian, that works perfectly.
Cheers
Rob
On 10/15/07, Brian Carmalt <[EMAIL PROTECTED]> wrote:
> Robert Young schrieb:
> > Hi,
> >
> > If my unique identifier is called guid and one of the ids in it is,
> > for example, "article:123". How
Hi,
If my unique identifier is called guid and one of the ids in it is,
for example, "article:123". How can I query for that article id? I
have tried a number of ways but I always either get no results or an
error. It seems to be to do with having the colon in the id value.
eg.
?q=guid:article:12
Hi,
Does anyone know of an XSLT out there for transforming Solr's default
output to Opensearch format? Our current frontend system uses
opensearch so we would like to integrate it like this.
Cheers
Rob
Is there, or are there plans to start, a plugin and extension repository?
Cheers
Rob
On 10/4/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
> dooh, should check all my email first!
>
> >>
> >> Will Solr automatically reload the file if it changes or does it have
> >> to be informed of the change?
>
Brilliant, thank you, that LukeRequestHandler looks very useful.
On 10/4/07, Erik Hatcher <[EMAIL PROTECTED]> wrote:
> > 3. Is it possible to change stopword and synonym sets at runtime?
>
> Only if the underlying text file is changed.
Will Solr automatically reload the file if it changes or does
Hi,
We're just about to start work on a project in Solr and there are a
couple of points which I haven't been able to find out from the wiki
which I'm interested in.
1. Is there a REST interface for getting index stats? I would
particularly like access to terms and their document frequencies,
pre
31 matches
Mail list logo