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
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
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