Website: Website for ads (users can advertise, search ads, etc.)
I plan to use SOLR to search, and then return the results only as ID nr: s, and then use those IDs nr: s and query mysql, and then finally display the results with these IDs: s.
I currently have about 30 tables in MySQL, one for each category.
1 Do you think I should do it differently than the higher?
2- Should I use only one SOLR document or several documents? Also, is the document the same as the SOLR index?
3. Would it be better to use SOLR and skip MySQL, knowing that I have many columns in each table? Personally, I use MySQL much better than SOLR.
4 Say that the user wants to search for cars in a specific region, how is this query executed in SOLR? Example: q=cars®ion=washington maybe?
You might think that there is a lot of information about SOLR, but not, and especially not about using PHP with SOLR and the SOLR-php client ... Maybe I will write something when I find out all this ... Or, maybe perhaps one of you could write something!
Thanks again for your help ...
user188962
source share