Matt Weber

Results 13 comments of Matt Weber

@fredbenenson this will not be needed with aggregations as you can nest multiple aggregations. For example, you would use the date histogram aggregator (ex. by week) and then nest an...

Eric, This is great, especially if you want to index to a master and query off of a slave(s). If Shakur doesn't get a chance to merge this in, I...

Is the code smart enough to allow only 1 update server selection or send documents to each update server when more than 1 is selected?

Yea I like this too. Not a fan of the option button between selecting index/search hosts. I would think the first host defined is the master, and any others after...

So if more than 1 search server is defined we one search across the selected one? If yes, I think we need to use the load balancing built into the...

Definitely beyond the realm of this plugin. We should only be searching across servers that contain data indexed using the plugin. I think a simple 2 server setup like the...

Synonym functionality is specific to Solr, not this plugin. You can configure your instance of Solr to do whatever you want, the schema provided with the plugin is just a...

Whatever schema is in the conf folder of your solr home directory is being used. It doesn't sound like you are very familiar with Solr so you should be using...

Selecting specific pages to indexed is not supported, you could however exclude all page id's except for the ones you wanted indexed using the "Excludes Posts or Pages" options. Boosting...

Sure that makes sense. Let's pull it out and see how it looks.