filtering facets

2009-08-30 Thread Olivier H. Beauchesne
Hi, Long time lurker, first time poster. I have a multi-valued field, let's call it article_outlinks containing all outgoing urls from a document. I want to get all matching urls sorted by counts. For exemple, I want to get all outgoing wikipedia url in my documents sorted by counts. So I

Re: how to selectively sort records keeping some at the bottom always.. ?

2009-08-30 Thread Preetam Rao
Thanks Yonik. It was very useful. On Sat, Aug 29, 2009 at 3:11 AM, Yonik Seeley wrote: > On Thu, Aug 27, 2009 at 10:29 AM, Preetam Rao > wrote: > > Hi, > > If I have documents of type a, b and c but when I sort by some criteria, > > lets say date, > > can I make documents of kind c always appear

RE: encoding problem

2009-08-30 Thread Bernadette Houghton
Still having a few issues with encoding, although I've been able to resolve the particular issue below by just re-editing the affected record. The other encoding issue is with Greek characters. With solr turned off in our user-facing application, greek characters e.g. α,ω (small alpha, small om

Re: WordDelimiterFilter to QueryParser to MultiPhraseQuery?

2009-08-30 Thread Shalin Shekhar Mangar
On Thu, Aug 20, 2009 at 11:59 PM, jOhn wrote: > If you have several tokens, for example after a WordDelimiterFilter, there > is almost no way NOT to trigger a MultiPhraseQuery when you have > catenateWords="1" or catenateAll="1". > > For example the title: Jokers Wild > > In the index it is: joke

Re: solr and approximate string matching

2009-08-30 Thread Shalin Shekhar Mangar
On Fri, Aug 21, 2009 at 12:31 AM, Ryszard Szopa wrote: > > So, we have a database of movies and series, and as the data comes > from many sources of varying reliability, we'd like to be able to do > fuzzy string matching on the titles of episodes (the default matching > mechanisms operate on word

Re: Dismax Wildcard Queries

2009-08-30 Thread Shalin Shekhar Mangar
On Tue, Aug 25, 2009 at 3:00 AM, Kurt N. wrote: > > Hello all. > > We have a situation in the requirements for our project that make it > desireable to be able to perform a DisMax query with wildcard (* and ?) > characters in it. > > We are using the standard release (not nightly) of Solr 1.3. >