Re: Solr now used on Discogs.com

2006-09-06 Thread Kevin Lewandowski
this was all just config file changes though right, you didn't need to write any new javacode to load into solr to make those work did you? That's right. It was all config changes and no new java code, which is a plus since I've never coded in java :) Kevin

Re: Solr now used on Discogs.com

2006-09-06 Thread Chris Hostetter
: I added several custom fields, and modified the TextField in : schema.xml for some things that are specific to the app, like : disabling stemming and stop words, and using ISOLatin1FilterFactory : (so searches for "bjork" will find "björk", etc). this was all just config file changes though rig

Re: Solr now used on Discogs.com

2006-09-06 Thread Kevin Lewandowski
if i may ask: did you customize the Solr code at all (ie: are you using any custom request handlers, field types or your own Similarity class) ? ... if not, which request handler are you using (Standard or DisMax) ? I'm using the Solr from the nightly build, with Standard request handler, and ha

Re: Solr now used on Discogs.com

2006-09-06 Thread Chris Hostetter
: That's correct, just the search function, though I'm looking into : using Solr for other types of browsing. if i may ask: did you customize the Solr code at all (ie: are you using any custom request handlers, field types or your own Similarity class) ? ... if not, which request handler are you

Re: Solr now used on Discogs.com

2006-09-06 Thread Kevin Lewandowski
"Main search engine" would be the search feature, but not browsing/category listing? That's correct, just the search function, though I'm looking into using Solr for other types of browsing. Are you using Solr for all data storage and search? Or a RDBMS? If so, what is the split? All data

Re: Solr now used on Discogs.com

2006-09-06 Thread Joachim Martin
Can you expand on this a bit? "Main search engine" would be the search feature, but not browsing/category listing? Are you using Solr for all data storage and search? Or a RDBMS? If so, what is the split? Cool site! --Joachim Kevin Lewandowski wrote: I just wanted to say thanks to the