Facet Counts Issue when Using Dismax Query Parser in SOLR

2010-10-01 Thread Jason Brown
I am retrieving facet counts against a specific column in my index and these look accurate. The query for retrieving these counts is also running a dismax search using the q param (against 4 columns in my index, 1 of which I am facet counting on as mentioned above). So far, so good.

RE: multi level faceting

2010-10-04 Thread Jason Brown
Yes, by adding fq back into the main query you will get results increasingly filtered each time. You may run into an issue if you are displaying facet counts, as the facet part of the query will also obey the increasingly filtered fq, and so not display counts for other categories anymore from

RE: What is the maximum number of documents that can be indexed ?

2010-10-14 Thread Jason Brown
Not related to the opening thread - but wante to thank Eric for his book. Clarified a lot of stuff and very useful. -Original Message- From: Eric Pugh [mailto:ep...@opensourceconnections.com] Sent: Thu 14/10/2010 15:34 To: solr-user@lucene.apache.org Subject: Re: What is the maximum numb

FW: Dismax phrase boosts on multi-value fields

2010-10-19 Thread Jason Brown
-Original Message- From: Jason Brown Sent: Tue 19/10/2010 13:45 To: d...@lucene.apache.org Subject: Dismax phrase boosts on multi-value fields Hi - I have a multi-value field, so say for example it consists of 'my black cat' 'my white dog' 'my blue rabbit&

Dismax phrase boosts on multi-value fields

2010-10-19 Thread Jason Brown
Hi - I have a multi-value field, so say for example it consists of 'my black cat' 'my white dog' 'my blue rabbit' The field is whitespace parsed when put into the index. I have a phrase query boost configured on this field which I understand kicks in when my search term is found entirely in

RE: Dismax phrase boosts on multi-value fields

2010-10-20 Thread Jason Brown
in it", then query "my blue rabbit" will also match as a phrase, for phrase boosting or query purposes. Jonathan Jason Brown wrote: > > > Hi - I have a multi-value field, so say for example it consists of > > 'my black cat' > 'my white dog' >

RE: Dismax phrase boosts on multi-value fields

2010-10-20 Thread Jason Brown
ent: Wednesday, October 20, 2010 7:11 PM To: solr-user@lucene.apache.org Subject: Re: Dismax phrase boosts on multi-value fields Well, it all depends (tm). your example wouldn't match, but if you didn't have an increment gap greater than 1, "black cat his blue" #would# match

facet Prefix (or term prefix)

2010-10-22 Thread Jason Brown
I am aware of the facet.prefix facility. I am using SOLR to return a facetted fields contents - I use the facet.prefix to restrict what returns from SOLR - this is very useful for predictive search functionality (autocomplete). My only issue is that the field I facet on is a string and could ha

Filter by relevance

2010-11-03 Thread Jason Brown
Is it possible to filter my search results by relevance? For example, anything below a certain value shouldn't be returned? I also retrieve facet counts in my search queries, so it would be useful if the facet counts also respected the filter on the relevance. Thank You. Jason. If you wish to

phrase boost on dismax query

2010-11-03 Thread Jason Brown
I have 3 fields in my index that I use in a dismax query with boosts and phrase boosts. I've realised that 1 field I'm not really interested in at all, unless the search term is in that field as a phrase. Is it realistic to set the normal boost to zero for this field, but the phrase boost to

RE: Filter by relevance

2010-11-04 Thread Jason Brown
the problem, some other suggestions may be in the offing Best Erick On Wed, Nov 3, 2010 at 4:48 PM, Jason Brown wrote: > Is it possible to filter my search results by relevance? For example, > anything below a certain value shouldn't be returned? > > I also retrieve facet c

Synonym processing at index time

2010-11-24 Thread Jason Brown
Good Morning - I will explain my current config/fucntionality. I have 4 fields in my index... 1) Doc Title - a text field 2) Keyword Phrase, e.g. fund manager, a text field (with some edge n gram functionality at index time) 3) Keyword Phrase, e.g. fund manager, a string field (for facetting) 4

Synonym Filtering on String Fields

2010-11-26 Thread Jason Brown
I have the following field type set up in my schema. The idea is to fire phrases of text such as 'fund manager summary' (without the quotes) at it, and for the synonym processing to recognise this, and add the rest of the synonyms (index-time synonym processing with expansion) to the index from

RE: Synonym Filtering on String Fields

2010-11-26 Thread Jason Brown
ren't getting picked up. You might be getting fooled by seeing the stored value. Look in the admin page under "schema browser" to see the terms in the index, which would have the synonyms. Just selecting the document via search will only show you the stored values which would NOT ha

Boost on newer documents

2010-11-29 Thread Jason Brown
Hi, I use the dismax query to search across several fields. I find I have a lot of documents with the same document name (one of the fields that the dismax queries) so I wanted to adjust the relevance so that titles with a newer published date have a higher relevance than documents with the s

RE: Boost on newer documents

2010-11-29 Thread Jason Brown
/DisMaxQParserPlugin#bf_.28Boost_Functions.29 Mat On Mon, Nov 29, 2010 at 11:28, Jason Brown wrote: > > Hi, > > I use the dismax query to search across several fields. > > I find I have a lot of documents with the same document name (one of the > fields that the dismax queries) so I

RE: Boost on newer documents

2010-11-30 Thread Jason Brown
al Message----- > >From: ext Jason Brown [mailto:jason.br...@sjp.co.uk] > >Sent: Montag, 29. November 2010 17:28 > >To: solr-user@lucene.apache.org > >Subject: Boost on newer documents > > > > > >Hi, > > > >I use the dismax query to search across s

De-duplication not working as I expected - duplicates still getting into the index

2010-12-14 Thread Jason Brown
I have configured de-duplication according to the Wiki.. My signature field is defined thus... and my updateRequestProcessor as follows true false signature content org.apache.solr.update.processor.Lookup3Signature I am using

Dismax score - maximu of any one field?

2010-12-20 Thread Jason Brown
Can anyone tell me hoe the dismax score is computed? Is it the maximum score for any of the component fields that are searched? Thank You. If you wish to view the St. James's Place email disclaimer, please use the link below http://www.sjp.co.uk/portal/internet/SJPemaildisclaimer

SOLR deduplication

2011-01-26 Thread Jason Brown
Hi - I have the SOLR deduplication configured and working well. Is there any way I can tell which documents have been not added to the index as a result of the deduplication rejecting subsequent identical documents? Many Thanks Jason Brown. If you wish to view the St. James's Place