Highlighting - field criteria highlights in other fields

2008-05-20 Thread Tim Mahy
ateAsString:[20070520 TO 20080520]&start=0&rows=11&hl=on&hl.fl=body_nl&hl.snippets=3&hl.fragsize=320&hl.simple.pre=&hl.simple.post=&sort=publishdateAsString desc,publicationname desc&fl=id,score,introduction we get nice highlighting from the body_nl field but

Re: [SPAM] [poll] Change logging to SLF4J?

2008-05-20 Thread jm
me too... [ ] Keep solr logging as it is. (JDK Logging) [X] Use SLF4J. On Mon, May 19, 2008 at 10:32 PM, Matthew Runo <[EMAIL PROTECTED]> wrote: > I just read through the dev list's thread.. and I'm voting for SLF4J as > well. > > Thanks! > > Matthew Runo > Software Developer > Zappos.com > 702.9

Re: Searching "inside of words"

2008-05-20 Thread Daniel Löfquist
Thanks a million! That totally did the trick. It is now working at least 95% like I want it to. Gotta tweak it a little more but it seems like the hard part is over. Thanks once again to everybody who helped out. //Daniel Chris Hostetter wrote: : You are doing the right thing. If you are cre

Re: the time factor

2008-05-20 Thread Jack
Hi Otis, I tried this. It doesn't seem to solve my problem, though. I think it's best used to make small adjustment when relevance scores are similar. In my case, if I want to rank the most recent documents first (because it's about news), I have to use very large boost, which will end up getting

Re: Minion, anyone?

2008-05-20 Thread Otis Gospodnetic
I've been reading Stephen Green's posts, as you can tell by looking at the comments and I, too, wondered if one could put Solr on top of it. After this initial thought I quickly "decided" it would probably be very messy with various Solr configuration settings being very Lucene-specific. I did

Re: the time factor

2008-05-20 Thread Otis Gospodnetic
Another possible way to get this done is by assigning weights to field values (e.g. pubDate field should have N% weight and relevancy score should have 100-N% weight) and using their weighted values along with Lucene-provided relevancy score to compute a weighted score. I haven't tried this, it

Re: DocSet to BitSet

2008-05-20 Thread Chris Hostetter
: I have a custom query object that extends ContstantScoreQuery. I give it : a key which pulls some documents out of a cache. Thinking to make it : more efficient, I used DocSet, backed by OpenBitSet or OpenHashSet. : However, I need to set the BitSet object for the Lucene filter. Any idea : o

Re: Minion, anyone?

2008-05-20 Thread Mike Klaas
On 20-May-08, at 9:06 AM, Binkley, Peter wrote: Has anyone in the Solr community started looking at Sun's Minion (now released under GPL 2.0)? https://minion.dev.java.net/ And (dare I say it) might it be possible to wrap Minion into Solr as an alternative to Lucene? The Search Guy (Stephen

Re[2]: the time factor

2008-05-20 Thread JLIST
Hello Otis, Could you be a bit more specific or point me to some documentation pages? Can this be done through modifying schema and solrconfig or does it involve some coding? This sounds like a generic problem to me so I'm hoping to find a generic solution. Thanks, Jack Tuesday, May 20, 2008, 9:

query for number of field entries in a multivalued field?

2008-05-20 Thread Brian Whitman
Any way to query how many items are in a multivalued field? (Or use a functionquery against that # or anything?)

Re: Re[2]: the time factor

2008-05-20 Thread Otis Gospodnetic
Hi Jack, This was just an idea, nothing like that currently exists, as far as I know. Thus, it's not a config thing (yet), it's something you'd have to develop yourself and figur eout how to plug it into Solr/Lucene. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Or

Re: Minion, anyone?

2008-05-20 Thread Otis Gospodnetic
Yes, I have not yet seen any major benefits. I did see a "native NOT" mention (a query that is just a negation), which is nice. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Mike Klaas <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.or

Re: Highlighting - field criteria highlights in other fields

2008-05-20 Thread Mike Klaas
0" OR "3451")) )&fq= +publishdateAsString:[20070520 TO 20080520 ]&start = 0 &rows = 11 &hl = on &hl .fl = body_nl &hl .snippets=3&hl.fragsize=320&hl.simple.pre=&hl.simple.post=strong>&sort=publishdateAsString desc,publication

Re: the time factor

2008-05-20 Thread Chris Hostetter
: similar. In my case, if I want to rank the most recent documents first : (because it's about news), I have to use very large boost, which will : end up getting the docs that are not so relevant to the top. I haven't it sounds like you only attempted tweaking the boost value, and not tweaking t

Re: DocSet to BitSet

2008-05-20 Thread Kevin Osborn
One of the primary reasons that I was doing it this way is because I am sending several filters, one is a big docset and others are BooleanQuery objects (products in stock, etc.). Since, the interface for SolrIndexSearcher.getDocListAndSet supports only (Query, DocSet,...) or (Query, List,...),

expression in an fq parameter fails

2008-05-20 Thread Ezra Epstein
We are trying to use fq parameter to limit our result set. We specify the fq in the solrconfig.xml file within a DisMax ... storeAvailableDate:[* TO NOW] storeExpirationDate:[NOW TO *] This works perfectly. Only trouble is that the two data fields may ac

Exception on the use of dataimport.jar in Full Import Example

2008-05-20 Thread Julio Castillo
I wanted to learn how to index data that I have on my dB. I followed the instructions on the wiki page for the Data Import Handler (Full Import Example -example-solr-home.jar). I got an exception running it as is (see below). Anyway, I have a couple of questions before addressing the source of the

What are stopwords and protwords ???

2008-05-20 Thread Akeel
Hi, I am a beginner to Solr, I have successfully indexed my db in solr. I want to know that what are the stopwords and protwords ??? and how much they have effect on my search results ? Thanks in advance. -- Akeel