Click here to Skip to main content
15,896,453 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Imagine you have a phrase and want to index the words and even other properties. For example, the word "red" would also be indexed by the color property. It is a lot to ask, but it is what I would like to see now.

If you know any type of source code to index whatever I would like to know. Thank you

What I have tried:

in all internet sites. >in all internet sites.
Posted
Updated 18-Nov-19 22:06pm
v4

Take a look at B-Tree indexing: B-Tree Sorted Dictionary[^]

For a full text search example: hOOt - full text search engine[^]
 
Share this answer
 
v2
Comments
[no name] 18-Nov-19 3:48am    
It is a binary search, not an index code.
phil.o 18-Nov-19 3:53am    
'index code' is not a thing.
RickZeeland 18-Nov-19 3:54am    
Do you mean something like a database full-text search ?
[no name] 18-Nov-19 4:10am    
Well, I was wondering how it would be to create an index of a string to be able to search for the words it contains. I am working on full-text but I can't imagine accessing the source code of something similar to Google. If you know anything, I'm very interested. By the way, I have tried to contact experts in linguistics from universities in Spain and nobody responds, even though they have nothing like what I do. Regrettable.
phil.o 18-Nov-19 4:30am    
I would begin by core documentation:
Wikipedia: Full-text search[^]
Wikipedia: PageRank[^]
The former link describes the general process and provides some links to open-source projects.
The latter specifically deals with Google's search algorithm.
Part of this sounds like you are describing creating taxonomies. For instance, a user might type in "garbage", but the taxonomies for this could include "rubbish", "trash", "litter", and so on. But your taxonomies would also have taxonomies (just as you would find when searching for synonyms), so "rubbish" could have "disparage".
 
Share this answer
 
Comments
[no name] 18-Nov-19 7:39am    
I would like now to do some functions to index anything efficiently but I have no time.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900