[arangodb-google] Re: problems with fulltext search

2017-11-06 Thread Martin Kuhn
Hi Willi,

thanks for the hint. I will investigate a little bit. But it seems there is 
not a 100% solution for the problem...

Regards,
Martin



On Monday, 6 November 2017 10:28:17 UTC+1, Wilfried Gösgens wrote:
>
> Hi Martin, 
> The fulltext index works by tokenizing at word breaks. You can control how 
> many characters are required to be at least in one word - shorter words 
> will be ommitted - like 'Co'. 
> You can experiment with the splitting algorythms in arangosh using the 
> "SYS_SPLIT_WORDS_ICU()"- function.
>
> Cheers, 
> Willi
>
> On Wednesday, November 1, 2017 at 8:20:33 AM UTC+1, Martin Kuhn wrote:
>>
>> I have an fulltext index on a field "name" of a collection. 
>>
>> Now I get no results for some entries in the collection when I execute a 
>> fulltext search:
>>
>>
>> e.g entry with the name "Wein & Co"
>>
>> searchterm: "wein & co" -> NO match
>> searchterm: "wein co" -> MATCH
>>
>>
>> e.g. entry with the name "Cafe Z"
>>
>> searchterm: "Cafe Z" -> NO match
>>
>>
>> Can anybody explain what's going on?
>> Ist there a way to solve the problems?
>>
>> TIA
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to arangodb+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[arangodb-google] Re: problems with fulltext search

2017-11-06 Thread Martin Kuhn
Great, from my point of view it is really important to integrate 
"full-text" capabilities into todays "NoSql" DB's
Many applications need the feature. And especially small companies / 
startups etc. have not the capacities to manage a search engine (like 
elastic search) beside the DB. 
This is the "weakness" of all DB's I looked at (especially "serverless" 
DB's )

So to state my biggest wish in relation to  NoSql DB's: I really would like 
to have a "serverless" DB with the features of ArangoDB + "search" 
capabilities...


 


On Monday, 6 November 2017 11:14:42 UTC+1, jan.stuecke wrote:
>
>
> If you like to get some insights about our further development in terms of 
> full-text please see: https://github.com/iresearch-toolkit/iresearch
>
> We will integrate much more full-text capabilities and add a full-fledged 
> text search engine in ArangoDB 3.4 beginning of 2018.
> I know this doesn't solve anything right now but maybe nice things to see 
> in the near future :)
>
>
> Am Mittwoch, 1. November 2017 08:20:33 UTC+1 schrieb Martin Kuhn:
>>
>> I have an fulltext index on a field "name" of a collection. 
>>
>> Now I get no results for some entries in the collection when I execute a 
>> fulltext search:
>>
>>
>> e.g entry with the name "Wein & Co"
>>
>> searchterm: "wein & co" -> NO match
>> searchterm: "wein co" -> MATCH
>>
>>
>> e.g. entry with the name "Cafe Z"
>>
>> searchterm: "Cafe Z" -> NO match
>>
>>
>> Can anybody explain what's going on?
>> Ist there a way to solve the problems?
>>
>> TIA
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to arangodb+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[arangodb-google] Re: problems with fulltext search

2017-11-06 Thread jan.stuecke

If you like to get some insights about our further development in terms of 
full-text please see: https://github.com/iresearch-toolkit/iresearch

We will integrate much more full-text capabilities and add a full-fledged 
text search engine in ArangoDB 3.4 beginning of 2018.
I know this doesn't solve anything right now but maybe nice things to see 
in the near future :)


Am Mittwoch, 1. November 2017 08:20:33 UTC+1 schrieb Martin Kuhn:
>
> I have an fulltext index on a field "name" of a collection. 
>
> Now I get no results for some entries in the collection when I execute a 
> fulltext search:
>
>
> e.g entry with the name "Wein & Co"
>
> searchterm: "wein & co" -> NO match
> searchterm: "wein co" -> MATCH
>
>
> e.g. entry with the name "Cafe Z"
>
> searchterm: "Cafe Z" -> NO match
>
>
> Can anybody explain what's going on?
> Ist there a way to solve the problems?
>
> TIA
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to arangodb+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.