No search hits for items starting with one-letter words

2009-10-21 Thread Daniel Löfquist
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

Group by field in Solr

2009-08-20 Thread Daniel Löfquist
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

How much data can Solr handle?

2009-06-26 Thread Daniel Löfquist
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:

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: Searching "inside of words"

2008-05-19 Thread Daniel Löfquist
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

Re: Searching "inside of words"

2008-05-16 Thread Daniel Löfquist
", 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

Searching "inside of words"

2008-04-17 Thread Daniel Löfquist
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

Re: Solved! Solr interprets UTF-8 as ISO-8859-1

2008-04-01 Thread 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 interprets UTF-8 as ISO-8859-1

2008-03-31 Thread Daniel Löfquist
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