Sorting by Unindexed Fields

2009-08-26 Thread Isaac Foster
Hi, I have a situation where a particular kind of document can be categorized in different ways, and depending on the categories it is in it will have different fields that describe it (in practice the number of fields will be fairly small, but whatever). These documents will each have a full-text

Re: Sorting by Unindexed Fields

2009-08-26 Thread Isaac Foster
Is it also the case that it will not narrow by them? Isaac On Wed, Aug 26, 2009 at 8:59 PM, Avlesh Singh wrote: > > > > Will Solr sort by fields that are unindexed? > > > Unfortunately, No. > > Cheers > Avlesh > > On Thu, Aug 27, 2009 at 4:03 AM, Isaac Fost

Re: Sorting by Unindexed Fields

2009-08-31 Thread Isaac Foster
ing > of. How many documents? What types of fields? How small is fairly small > number of fields? > > Erik > > > > On Aug 26, 2009, at 6:33 PM, Isaac Foster wrote: > > Hi, >> >> I have a situation where a particular kind of document can be cat

Can Solr have Multiple Separate Indexes?

2009-04-12 Thread Isaac Foster
Hi, I'm new using Solr but have used the Zend Framework implementation of Lucene before. One thing it supports is the ability to have separate indexes, so that you could keep your index of (example) forum posts and your index of user profiles separate, and query them separately. Can this be done wi

Re: Can Solr have Multiple Separate Indexes?

2009-04-13 Thread Isaac Foster
Wow, that was pretty straight forward. Sorry I didn't catch that on the wiki on my first few go rounds, I'll navigate harder next time. Thanks. Isaac On Sun, Apr 12, 2009 at 11:40 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Mon, Apr 13, 2009 at 5:35 AM, I