Jeanselme / Search_Engine

A search engine through different types of document.
GNU General Public License v3.0
0 stars 0 forks source link

Factory and Engine for the search part #13

Closed clinm closed 7 years ago

clinm commented 7 years ago

If we are going to develop the factory dictionary in IndexationFactory, I think it should be great to put it in another file so all configuration would be in the same module and we could add custom fields if needed (such as distance for comparing documents etc)

Fixes #6 and #8

Jeanselme commented 7 years ago

If you think that it is necessary, it is ok for me, however, the distance used is specified in the TypeSearch, I thought that there would be several TypeSearch in function of what kind of distance you want to use.