Hello all,
I have an odd problem. I have a Solr-index containing songs by various artists.
When I
perform a search for something that starts with a one-letter word I receive no
hits. If
I remove the one-letter word I get hits though.
So for example, if I search for "a hard days night" or "i wan
Hello,
I'm trying to accomplish something akin to "GROUP BY" in SQL but in Solr.
I have an index full of songs (one song per document in Solr) by various
artists and I
would like to construct a search that gives me all of the artists back, one row
per
artist. The current search returns one row p
like this?
//Daniel
--
Daniel Löfquist
Software Engineer
CDON.COM
Bergsgatan 20, Box 385, SE 201 23 Malmö, Sweden
Office: +46 40 601 61 00
Direct: +46 40 601 61 16
Fax: +46 40 601 61 20
E-mail: daniel.lofqu...@it.cdon.com <mailto:daniel.lofqu...@it.cdon.com>
CDON.COM <http:
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
never what you need if you
are dealing with text .. creating new FieldTypes is something that
typically only needs done in cases where you want specialized encoding or
sorting.
-Hoss
--
Daniel Löfquist
Application Manager / Software Engineer
CDON.COM
Bergsgatan 20, Box 385, SE 201 23 Malm
", index "T e r m o b y x a".
Do the same with the query-time analyzer, and you'll be able to search within words.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
From: Daniel Löfquist <[EMAIL PROTECTED]>
To: solr-user@lu
My problem is that if I have an item with "title"="Termobyxa", a search
for "Termo" gives me a hit but if I search for "ermo" or "byxa" I get no
hit. How do I make it so that this kind of search "inside a word"
returns a hit?
Sincerely,
Daniel Löfquist
r.xml. For Glassfish you have to create a
sun-web.xml containing the according parameters. Yoy r application server
should provide a similar mechanism.
Uwe
On Mon, Mar 31, 2008 at 4:32 PM, Daniel Löfquist <
[EMAIL PROTECTED]> wrote:
Hello,
We're building a webapplication that uses S
Solr so I'm not sure what I'm doing wrong here. Can anybody
help me out and point me in the direction of a solution?
Sincerely,
Daniel Löfquist