Re: newbie Q regarding schema configuration

2006-06-20 Thread Ian Holsman
thanks for the input Chris (and Yonik) i'm not sure lucene is the best answer for what I want to do ;( regards Ian On 20/06/2006, at 5:58 PM, Chris Hostetter wrote: : so.. my first question in schema.xml, can you have a composite key as : the 'uniquekey' field, or do i need to do this on t

Re: newbie Q regarding schema configuration

2006-06-20 Thread Yonik Seeley
can you have complex types which are multivalued? I'd like to store something like a tag-name with a corresponding tag-weighting. How much work it is might depend on how static or dynamic the tag-weighting is. If it's very static, you could simply use index-time boosts. can you do sum(*) type

Re: newbie Q regarding schema configuration

2006-06-20 Thread Chris Hostetter
: so.. my first question in schema.xml, can you have a composite key as : the 'uniquekey' field, or do i need to do this on the client side? at the moment this would need to be done client site, but you're not the first person to ask so i've added it to the TaskList ... it doesn't seem like it wo

newbie Q regarding schema configuration

2006-06-19 Thread Ian Holsman
hi. so I finally managed to find a bit of time to get a SolR instance going, and now have some questions about it ;-) first the application is tagging. ie.. to associate some keywords with a given item, and to show them on a particular object (you can see this in action here http://econom