How to get various records in the result set

2009-07-07 Thread fei dong
Hi buddy, I am working on a music search project and I have a special requirement about the ranking when querying the artist name. Ex: When I query the artist ne yo, there are 500results and maybe 100 song names are repeated. So the ideal thing is to let users get more different songs in on page

how to shuffle the result while follow some priority rules at the same time

2009-06-30 Thread fei dong
Hi buddy, I am working on a music search project and I have a special requirement. It's about the ranking when query the artist name. My project is I get a lot of music records from different sources, some are the same song name but the size or source are different. I want to implement that

Could solr build two different indexes?

2009-06-17 Thread fei dong
Hi Buddy, I wanna build many instances of solr. My requirement is to statisfy different product search. Could I do that?

how to exactly query in the multitype

2009-02-06 Thread fei dong
I am using the text field type in the schema.xml provides basic text search for English text. But, it has a surprise: the actual text given to this field is not indexed as-is, and therefore searching for the raw text may not work. If you search To Be Or Not To Be or s.h.e. in a text field, none

Re: problems on solr search patterns and sorting rules

2009-01-31 Thread fei dong
album^0.4 (links_no desc)^1.2 should I re-define the boost function? How can I get this effect On Sat, Jan 31, 2009 at 6:50 AM, Koji Sekiguchi k...@r.email.ne.jp wrote: fei dong wrote: Hi buddy, I work on an audio search based on solr engine. I want to realize lyric search and sort

solr-user-sc.1232439520.jifbbmojenccmdjiompd-dongfeiwww=gmail....@lucene.apache.org

2009-01-20 Thread fei dong
solr-user-sc.1232439520.jifbbmojenccmdjiompd-dongfeiwww=gmail.com@ lucene.apache.org

How to modify the revelance sorting in solr?

2009-01-20 Thread fei dong
Hi guys: I am going to build up a audio search based on solr. I worked out a prototype like : schema.xml: field name=id type=string indexed=true stored=true required=true / field name=artist type=text indexed=true stored=true/ field name=album type=text indexed=true stored=true/