; >
> > > 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
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
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
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
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
- I waswell, let's just pretend I was drunk.
How about pfInf or pfAll?
>
>
--
Bill Dueber
Library Systems Programmer
University of Michigan Library
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
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
Any help on this would be much appreciated.
--
Bill Dueber
Library Systems Programmer
University of Michigan Library
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
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
et the pointers
>>>> I think should be able to pull out.
>>>> Thanks,
>>>> JD
>>>>
>>>>
>>>>
>>> -
>>> Eric Pugh | Principal | OpenSource Connections, LLC | 43
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
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
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
15 matches
Mail list logo