I need you expertise on this one...

We would like to index every search query that is passed in our solr engine 
(same core)

Our docs format are like this (already in our schema):
title
content
price
category
etc...

Now how to add "search queries" as a field in our schema? Know that the search 
queries won't have all the field above?
For example: 
q=bmw car
q=car wheels
q=moto honda
etc...

Should we run an other core that only index search queries? or is there a way 
to do this with same instance and same core?

Thanks for your help


Reply via email to