Re: Restrict possible results based on relational information

2010-09-20 Thread Jan Høydahl / Cominvent
Hi, You could simply create an autocomplete Solr Core with a simple schema consisting of id, from, to: Let the fieldType of "from" be String, and in the fieldType of "to" you can use StandardTokenizer, WordDelimiterFilter and EdgeNGramFilter. john@mycompany.com-jane.doe@mycompany.co

Re: Restrict possible results based on relational information

2010-09-20 Thread Chantal Ackermann
hi Stefan > users can send privates messages, the selection of recipients is done via > auto-complete. therefore we need to restrict the possible results based on > the users confirmed contacts - but i have absolutely no idea how to do that > :/ Add all confirmed contacts to the index, and use it

Restrict possible results based on relational information

2010-09-20 Thread Stefan Matheis
Hi List, this is my first message on this list, so if there's something missing/incorrect, please let me know :) the current problem, described in short words followed by an short example, is the following one: users can send privates messages, the selection of recipients is done via auto-comple