Re: problems on solr search patterns and sorting rules

2009-01-31 Thread Shalin Shekhar Mangar
On Sat, Jan 31, 2009 at 6:20 PM, fei dong wrote: > Thank you very much! Your suggestion helps me a lot. After adding the > copyField, solr need to be re-indexed. > > Here is another problem. I have a links_no field in solr index which means > how many download links this song has. I want to integ

Re: problems on solr search patterns and sorting rules

2009-01-31 Thread fei dong
Thank you very much! Your suggestion helps me a lot. After adding the copyField, solr need to be re-indexed. Here is another problem. I have a links_no field in solr index which means how many download links this song has. I want to integrate the text relevance with the links_no. ie: mp3^5 artist

Re: problems on solr search patterns and sorting rules

2009-01-30 Thread Koji Sekiguchi
fei dong wrote: Hi buddy, I work on an audio search based on solr engine. I want to realize lyric search and sort by relevance. Here is my confusion. . My schema.xml is like this: text ... http://localhost:8983/solr/select/?q=lyric:(tear the hou

problems on solr search patterns and sorting rules

2009-01-30 Thread fei dong
Hi buddy, I work on an audio search based on solr engine. I want to realize lyric search and sort by relevance. Here is my confusion. . My schema.xml is like this: text ... http://localhost:8983/solr/select/?q=lyric:(tear the house down)&fl=*,scor