Re: Any way to by pass the checking on QueryElevationComponent

2012-10-29 Thread Chris Hostetter
: We are currently working on having Solr files read from HDFS. We extended : some of the classes so as to avoid modifying the original Solr code and : make it compatible with the future release. So here comes the question, I : found in QueryElevationComponent, there is a piece of code checking wh

Re: Any way to by pass the checking on QueryElevationComponent

2012-10-29 Thread James Ji
We want to put all files into a file system(HDFS). It is easy to maintain if both config and index files are in the same place. You are right, we can put a dummy one to by pass that. But I have another idea. We subclass the Directory class to handle all the files access. If QueryElevationComponent

Re: Any way to by pass the checking on QueryElevationComponent

2012-10-28 Thread Amit Nithian
Is the goal to have the elevation data read from somewhere else? In other words, why don't you want the elevate.xml to exist locally? If you want to read the data from somewhere else, could you put a dummy elevate.xml locally and subclass the QueryElevationComponent and override the loadElevationM