Re: Best Indexing Approaches - To max the throughput

2015-10-06 Thread Bill Dueber
; > > > > Cheers > > > > > > > > > -- > > > -- > > > > > > Benedetti Alessandro > > > Visiting card : http://about.me/alessandro_benedetti > > > > > > "Tyger, tyger burning bright > > > In the forests of the night, > > > What immortal hand or eye > > > Could frame thy fearful symmetry?" > > > > > > William Blake - Songs of Experience -1794 England > > > > > > -- > -- > > Benedetti Alessandro > Visiting card - http://about.me/alessandro_benedetti > Blog - http://alexbenedetti.blogspot.co.uk > > "Tyger, tyger burning bright > In the forests of the night, > What immortal hand or eye > Could frame thy fearful symmetry?" > > William Blake - Songs of Experience -1794 England > -- Bill Dueber Library Systems Programmer University of Michigan Library

Way to determine (via analyzer) what fields/types will be created for a given field name?

2015-09-30 Thread Bill Dueber
ame of type string *​​* *Is there any way for me to query solr to find out what​ fields and fieldtypes​ it’s going to ​produce, in the way the analysis handlers can show me transformations and so on?* — Bill Dueber Library Systems Programmer University of Michigan Library ​

Re: Spell checking question from a Solr novice

2010-11-29 Thread Bill Dueber
On Mon, Oct 18, 2010 at 5:24 PM, Jason Blackerby wrote: > If you know the misspellings you could prevent them from being added to the > dictionary with a StopFilterFactory like so: > Or, you know, correct the data :-) -- Bill Dueber Library Systems Programmer University of Michigan Library

Function query to boost scores by a constant if all terms are present

2010-08-17 Thread Bill Dueber
change nothing else". I keep thinking I can get what I need with a subquery and map, but keep failing. Any advice would be very, very welcome. -Bill- -- Bill Dueber Library Systems Programmer University of Michigan Library

Problem with extended dismax, minus prefix (to mean NOT) and interaction with mm?

2010-05-24 Thread Bill Dueber
07 = (MATCH) fieldWeight(allfields:dog in 7901), product of: 2.0 = tf(termFreq(allfields:dog)=4) 8.744003 = idf(docFreq=64, maxDocs=15) 0.109375 = fieldNorm(field=allfields, doc=7901) 0.5 = coord(1/2) -- Bill Dueber Library Systems Programmer University of Michigan Library

Re: edismax using bigrams instead of phrases?

2009-12-08 Thread Bill Dueber
- I waswell, let's just pretend I was drunk. How about pfInf or pfAll? > > -- Bill Dueber Library Systems Programmer University of Michigan Library

Re: edismax using bigrams instead of phrases?

2009-12-04 Thread Bill Dueber
them into the query itself. Thanks! On Fri, Dec 4, 2009 at 11:58 AM, Yonik Seeley wrote: > On Fri, Dec 4, 2009 at 11:26 AM, Bill Dueber wrote: > > I've started trying edismax, and have noticed that my relevancy ranking > is > > messed up with edismax because, according to

Re: how to get list of unique terms for a field

2009-12-04 Thread Bill Dueber
Here's a pretty simple perl script. Call it as "scriptname facetindex" (or "scriptname facetindex maxnum") # #!/usr/local/bin/perl use strict; use JSON::XS; use LWP::Simple; ### CHANGE THIS TO YOUR URL!! ### my $select = 'http://solr-vufind:8026/solr/biblio/select'; # Get facet an

edismax using bigrams instead of phrases?

2009-12-04 Thread Bill Dueber
Any help on this would be much appreciated. -- Bill Dueber Library Systems Programmer University of Michigan Library

${dataimporter.last_index_time} as an argument to newerThan in FileListEntityProcessor?

2009-09-29 Thread Bill Dueber
Is this possible? I can't figure out a syntax that works, and all the examples show using last_index_time as an argument to an SQL query. -- Bill Dueber Library Systems Programmer University of Michigan Library

Anyone working on adapting AnalyzingQueryParser to solr?

2009-07-14 Thread Bill Dueber
The lucene class AnalyzingQueryParser does exactly what I need it to do, but I need to do it in Solr. I took a look at trying to subclass QParser, and it's clear I'm not smart enough. :-) Is anyone else looking at this? -Bill- -- Bill Dueber Library Systems Programmer University o

Re: building custom RequestHandlers

2009-06-23 Thread Bill Dueber
et the pointers >>>> I think should be able to pull out. >>>> Thanks, >>>> JD >>>> >>>> >>>> >>> - >>> Eric Pugh | Principal | OpenSource Connections, LLC | 43

Trie vs long string for sorting

2009-06-23 Thread Bill Dueber
the 64 bit space) and use a trie type. Is there any sort of a win involved there? -- Bill Dueber Library Systems Programmer University of Michigan Library

Re: Dismax: why is "+term1 term2" equivalent to "+term1"??

2009-03-23 Thread Bill Dueber
your query, but > you clearly get the "nature" part as well (it's just that it's not > required): > > +(+(title:note)~0.01 (title:natur)~0.01) () > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original M

Dismax: why is "+term1 term2" equivalent to "+term1"??

2009-03-23 Thread Bill Dueber
I'm using the dismax handler and don't understand the results I'm getting. Scouring the archives makes me believe that I am, in fact, the only one who doesn't get this. Using dismax search on a single field (title), I would expect that the query +notes nature would be read as "Must include 'no