--
> Instant Scalable Full-Text Search On Any Database/Application
> site: http://www.dbsight.net
> demo: http://search.dbsight.com
> Lucene Database Search in 3 minutes:
> http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes
> DBSight custo
Hello,
thanks for help in advance.
my example docs:
two fileds company_id and content
doc1;1;"car volvo"
doc2;1;"car toyota"
doc3;2;"car mitsubishi"
doc4;2;"car skoda"
my search "car"
Now i would like to get only doc 1 and 3 because doc2 is the same
company, same company_id, same for doc 4
I
Hello,
i have very much data, about 20GB of text, and need a unique list of
keywords based on my text in all docs from the whole index.
Some ideas?
THX
Martin
--
mit freundlichen Grüßen
Martin von Wysiecki
software development
aspedia GmbH
Roßlauer Weg 5
D-68309 Mannheim
Telefon +49 (0
Hello to all,
Thanks for help in advance.
Example docs:
1,"car, volvo, dealer, tyres"
2,"car, mercedes, dealer, tyres"
3,"car, renault, export, tyres"
So, if i look for "car", so i would like to get, except normal
results, a list of most frequent terms in result set.
This would be in my example