Re: Removing facets which frequency match the result count

2010-01-07 Thread joeMcElroy
gt; Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch > > > > - Original Message >> From: joeMcElroy >> To: solr-user@lucene.apache.org >> Sent: Tue, January 5, 2010 5:25:18 AM >> Subject: Removing facets which frequency match the result count &

Removing facets which frequency match the result count

2010-01-05 Thread joeMcElroy
Is there any way to specify to solr only to bring back facet filter options where the frequency is less than the total results found? I found facets which match the result count are not helpful to the user, and produce noise within the UI to filter results. I can obviously do this within the vie

Date range query where doc has more than one date field

2009-01-20 Thread joeMcElroy
Hi sorry if this is a trival question but : i have a doc which has more than one datefield. they are start and end. now i need the user to specify a date range, and i need to find all docs which user range is between the docs start and end date fields. searching on this mail group someone has

Re: omiting no price documents when sorting on price

2008-11-27 Thread joeMcElroy
was hoping there was an option to omit results with a certain value to stop certain fields containing 0 skewing the search results. i will try not sending the field if its 0. cheers! joe joeMcElroy wrote: > > im sure this is an easy question but... > > when a product doesn'

omiting no price documents when sorting on price

2008-11-26 Thread joeMcElroy
im sure this is an easy question but... when a product doesn't have a price, I index the price as 0. When sorting on price, these values come up first or last. How can you omit these items when sorting against price. thanks joe -- View this message in context: http://www.nabble.com/omiting-

Re: simple filter query solr processing

2008-11-12 Thread joeMcElroy
tried that and managed to get no results. cheers for the help &fq=i_subjects:Anesthesia&fq=i_subjects:Intensive+Care&fq=i_subjects:Pain+Management ryantxu wrote: > >> >> tried removing the plusses i am inserting but now shows too many >> results >> >> &fq=+i_subjects:Film+i_subjects:+media+

Re: Filters: acute accent characters replaced with their english counterpart

2008-11-10 Thread joeMcElroy
cheers for the quick response! joe -- View this message in context: http://www.nabble.com/Filters%3A-acute-accent-characters-replaced-with-their-english-counterpart-tp20416888p20418586.html Sent from the Solr - User mailing list archive at Nabble.com.

simple filter query solr processing

2008-11-10 Thread joeMcElroy
i have instances of felds which have commas seperating them. i need it to be treated as one filter (even tho its seperated by commas) for example facet : film,media,mass communication rendered result by solr Cannot parse ' +i_subjects:"Film': Lexical error at line 1, column 19. Encountered: a

Filters: acute accent characters replaced with their english counterpart

2008-11-10 Thread joeMcElroy
I need a custom filter to be added to a field which will replace special foreign characters with their english counterpart. for example ø => o Grave À È Ì Ò Ù à è ì ò ù => A E I O U a e i o u Circumflex Â Ê Î Ô Û â ê î ô û => A E I O U a e i o u is this possible? joe -- View this message in