[jira] [Commented] (LUCENE-9958) Performance regression when a minimum number of matching SHOULD clauses is required

2021-05-14 Thread Matt Weber (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17344599#comment-17344599 ] Matt Weber commented on LUCENE-9958: [~jpountz] Wow that was quick! Thank you! > Performa

[Bridge] [PATCH] Include header for use of PATH_MAX

2021-04-12 Thread Matt Weber
Since a1f20223cfcf7b9eae8c9e7e7a07e7bf1377f65b in some build configurations PATH_MAX is undefined. Build log from Buildroot testing failure: http://autobuild.buildroot.net/results/3ec818e676827c03f08c264c6c7a53b025b7ba1d/build-end.log ...

[jira] [Commented] (LUCENE-8828) Fix Intervals.unordered() without overlaps

2019-06-04 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16855924#comment-16855924 ] Matt Weber commented on LUCENE-8828: [~romseygeek] Sounds good thanks! > Fix Intervals.unorde

[jira] [Commented] (LUCENE-8828) Fix Intervals.unordered() without overlaps

2019-06-04 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16855897#comment-16855897 ] Matt Weber commented on LUCENE-8828: [~romseygeek] Yup that would work... would this be able

[Xen-devel] [PATCH v2] libxl/arm: Fix build on arm64 + acpi w/ gcc 8.2

2018-11-15 Thread Matt Weber
checks for compile-time length checking. Signed-off-by: Christopher Clark Reviewed-by: Stefano Stabellini Acked-by: Wei Liu Signed-off-by: Matt Weber --- v2: add BUILD_BUG_ON length checks, requested by Wei. v1: Please add this patch to the backport list for the next minor 4.11 release

[strongSwan-dev] [PATCH] libcharon/vici: install libvici.h header

2018-09-20 Thread Matt Weber
ry Signed-off-by: Matt Weber --- src/libcharon/plugins/vici/Makefile.am | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/libcharon/plugins/vici/Makefile.am b/src/libcharon/plugins/vici/Makefile.am index e8bcdba..6b11ff1 100644 --- a/src/libcharon/plugins/vici/Makefil

[U-Boot] [PATCH] include/version.h: workaround sysroot inc order

2018-07-26 Thread Matt Weber
On some systems the host system or even the cross sysroot can contain a version.h. This leads to the wrong file being picked up and a PLAIN_VERSION undefined error. This workaround symlinks the version.h into the tool folder to allow reordering of search folders. Fixes

[jira] [Commented] (LUCENE-8300) Add unordered-distinct IntervalsSource

2018-05-30 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495389#comment-16495389 ] Matt Weber commented on LUCENE-8300: Thank you [~romseygeek]! > Add unordered-disti

[jira] [Commented] (LUCENE-8284) Add MultiTermsIntervalsSource

2018-05-02 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16461774#comment-16461774 ] Matt Weber commented on LUCENE-8284: Attached a patch that adds an expansion limit per-segment

[jira] [Updated] (LUCENE-8284) Add MultiTermsIntervalsSource

2018-05-02 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated LUCENE-8284: --- Attachment: LUCENE-8284.patch > Add MultiTermsIntervalsSou

[jira] [Commented] (LUCENE-8284) Add MultiTermsIntervalsSource

2018-05-02 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16461092#comment-16461092 ] Matt Weber commented on LUCENE-8284: [~jpountz] [~jim.ferenczi] I disagree. There are many cases

[jira] [Commented] (LUCENE-8284) Add MultiTermsIntervalsSource

2018-04-30 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16458673#comment-16458673 ] Matt Weber commented on LUCENE-8284: [~romseygeek] [~jimczi] Since these expand terms per-segment

[jira] [Updated] (LUCENE-8284) Add MultiTermsIntervalsSource

2018-04-30 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated LUCENE-8284: --- Attachment: LUCENE-8284.patch > Add MultiTermsIntervalsSou

[jira] [Created] (LUCENE-8284) Add MultiTermsIntervalsSource

2018-04-30 Thread Matt Weber (JIRA)
Matt Weber created LUCENE-8284: -- Summary: Add MultiTermsIntervalsSource Key: LUCENE-8284 URL: https://issues.apache.org/jira/browse/LUCENE-8284 Project: Lucene - Core Issue Type: Improvement

[jira] [Commented] (LUCENE-8196) Add IntervalQuery and IntervalsSource to expose minimum interval semantics across term fields

2018-04-24 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16450408#comment-16450408 ] Matt Weber commented on LUCENE-8196: [~jim.ferenczi] [~romseygeek] So given a single document

[jira] [Commented] (LUCENE-8196) Add IntervalQuery and IntervalsSource to expose minimum interval semantics across term fields

2018-04-24 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16450158#comment-16450158 ] Matt Weber commented on LUCENE-8196: I use these queries to build query parsers and I am specifically

[jira] [Comment Edited] (LUCENE-8196) Add IntervalQuery and IntervalsSource to expose minimum interval semantics across term fields

2018-04-24 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16450014#comment-16450014 ] Matt Weber edited comment on LUCENE-8196 at 4/24/18 2:59 PM: - [~jim.ferenczi

[jira] [Commented] (LUCENE-8196) Add IntervalQuery and IntervalsSource to expose minimum interval semantics across term fields

2018-04-24 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16450014#comment-16450014 ] Matt Weber commented on LUCENE-8196: [~jim.ferenczi] [~romseygeek]  I think rename to {{and}} makes

[jira] [Commented] (LUCENE-8196) Add IntervalQuery and IntervalsSource to expose minimum interval semantics across term fields

2018-04-21 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16446939#comment-16446939 ] Matt Weber commented on LUCENE-8196: [~romseygeek]  This is great!  How would we prevent matching

[U-Boot] [PATCH] libfdt: give setup.py optional interpreter

2017-10-12 Thread Matt Weber
If building in a sandboxed environment where a alternate python interpreter is desired. Allow configuring of the PYTHON variable to specify the interpreter to invoke setup.py. Signed-off-by: Matthew Weber --- tools/Makefile | 2 +- 1 file changed, 1

[U-Boot] [PATCH 1/1] mtd/spi: Support of non-jedec MRAM devices

2017-07-10 Thread Matt Weber
This patch adds support of non-jedec MRAM devices mr25hx from Everspin. This flash devices do not have jedec device ID and hence support for name matching is also added as part of this series. This patch streamlined the update of SPI flash probing function API changes and included the following

[PATCH v2 1/1] makedevs: set path size to match linux

2017-07-05 Thread Matt Weber
From: Jared Bents <jared.be...@rockwellcollins.com> Update to increase the pathname limit to the linux limit of 4096 characters. Similar patch: https://patchwork.openembedded.org/patch/131475/ Signed-off-by: Jared Bents <jared.be...@rockwellcollins.com> Signed-off-by: Matt Weber

[PATCH v2] powerpc/traps : Updated MC for E6500 L1D cache err

2017-06-28 Thread Matt Weber
This patch updates the machine check handler of Linux kernel to handle the e6500 architecture case. In e6500 core, L1 Data Cache Write Shadow Mode (DCWS) register is not implemented but L1 data cache always runs in write shadow mode. So, on L1 data cache parity errors, hardware will automatically

[PATCH 1/1] makedevs: set path size to match linux

2017-06-26 Thread Matt Weber
From: Jared Bents <jared.be...@rockwellcollins.com> Update to increase the pathname limit to the linux limit of 4096 characters. Similar patch: https://patchwork.openembedded.org/patch/131475/ Signed-off-by: Jared Bents <jared.be...@rockwellcollins.com> Signed-off-by: Matt Weber

[jira] [Commented] (LUCENE-7824) Multi-word synonyms rule with common terms at the same position are buggy

2017-05-12 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16008311#comment-16008311 ] Matt Weber commented on LUCENE-7824: Sure, looks good then! > Multi-word synonyms rule with com

[jira] [Commented] (LUCENE-7824) Multi-word synonyms rule with common terms at the same position are buggy

2017-05-12 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16008209#comment-16008209 ] Matt Weber commented on LUCENE-7824: [~jim.ferenczi] Maybe use a {{BytesRefHash}} and maintain a id

[U-Boot] [PATCH 1/1] tools: conditionally disable python libfdt wrapper

2017-05-01 Thread Matt Weber
Not all host systems want the default swig to be used when building the tools. Allow for the disabling of the wrapper to enable cross-compiling of the tools on a host system with swig. Signed-off-by: Matthew Weber --- I'm open for suggestions on what updates

[PATCH 1/1] powerpc/traps : Updated MC for E6500 L1D cache err

2017-05-01 Thread Matt Weber
This patch updates the machine check handler of Linux kernel to handle the e6500 architecture case. In e6500 core, L1 Data Cache Write Shadow Mode (DCWS) register is not implemented but L1 data cache always runs in write shadow mode. So, on L1 data cache parity errors, hardware will automatically

[PATCH 1/1] powerpc/traps : Updated MC for E6500 L1D cache err

2017-04-27 Thread Matt Weber
This patch updates the machine check handler of Linux kernel to handle the e6500 architecture case. In e6500 core, L1 Data Cache Write Shadow Mode (DCWS) register is not implemented but L1 data cache always runs in write shadow mode. So, on L1 data cache parity errors, hardware will automatically

[jira] [Closed] (LUCENE-7702) Remove GraphQuery

2017-02-22 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber closed LUCENE-7702. -- Resolution: Fixed Thanks [~jim.ferenczi]! > Remove GraphQu

[jira] [Closed] (LUCENE-7699) Apply graph articulation points optimization to phrase graph queries

2017-02-22 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber closed LUCENE-7699. -- Resolution: Fixed Thanks [~jim.ferenczi]! > Apply graph articulation points optimization to phr

[jira] [Commented] (LUCENE-7702) Remove GraphQuery

2017-02-22 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15878281#comment-15878281 ] Matt Weber commented on LUCENE-7702: [~jim.ferenczi] Would you like me to backport to 6x? > Rem

[jira] [Commented] (LUCENE-7699) Apply graph articulation points optimization to phrase graph queries

2017-02-22 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15878280#comment-15878280 ] Matt Weber commented on LUCENE-7699: Thanks [~jim.ferenczi]. I this going to make it into 6.4.2

[jira] [Commented] (LUCENE-7699) Apply graph articulation points optimization to phrase graph queries

2017-02-21 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876559#comment-15876559 ] Matt Weber commented on LUCENE-7699: Remove {{GraphQuery}} in LUCENE-7702. > Apply gr

[jira] [Updated] (LUCENE-7702) Remove GraphQuery

2017-02-21 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated LUCENE-7702: --- Description: With LUCENE-7638 and LUCENE-7699 the {{GraphQuery}} wrapper is no longer needed and we

[jira] [Commented] (LUCENE-7702) Remove GraphQuery

2017-02-21 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876540#comment-15876540 ] Matt Weber commented on LUCENE-7702: [~jim.ferenczi] [~mikemccand] Patch to remove {{GraphQuery

[jira] [Updated] (LUCENE-7702) Remove GraphQuery

2017-02-21 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated LUCENE-7702: --- Attachment: LUCENE-7702.patch Patch. Assumes LUCENE-7699 is also applied. > Remove GraphQu

[jira] [Created] (LUCENE-7702) Remove GraphQuery

2017-02-21 Thread Matt Weber (JIRA)
Matt Weber created LUCENE-7702: -- Summary: Remove GraphQuery Key: LUCENE-7702 URL: https://issues.apache.org/jira/browse/LUCENE-7702 Project: Lucene - Core Issue Type: Improvement

[jira] [Updated] (LUCENE-7699) Apply graph articulation points optimization to phrase graph queries

2017-02-21 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated LUCENE-7699: --- Attachment: LUCENE-7699.patch Updated patch with fixed tests. > Apply graph articulation poi

[jira] [Commented] (LUCENE-7699) Apply graph articulation points optimization to phrase graph queries

2017-02-21 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876101#comment-15876101 ] Matt Weber commented on LUCENE-7699: [~jim.ferenczi] That check was intended, but as you said

[jira] [Commented] (LUCENE-7699) Apply graph articulation points optimization to phrase graph queries

2017-02-20 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15875325#comment-15875325 ] Matt Weber commented on LUCENE-7699: [~jim.ferenczi] [~mikemccand] What do you think? > Apply gr

[jira] [Updated] (LUCENE-7699) Apply graph articulation points optimization to phrase graph queries

2017-02-20 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated LUCENE-7699: --- Attachment: LUCENE-7699.patch WIP > Apply graph articulation points optimization to phrase gr

[jira] [Created] (LUCENE-7699) Apply graph articulation points optimization to phrase graph queries

2017-02-20 Thread Matt Weber (JIRA)
Matt Weber created LUCENE-7699: -- Summary: Apply graph articulation points optimization to phrase graph queries Key: LUCENE-7699 URL: https://issues.apache.org/jira/browse/LUCENE-7699 Project: Lucene

[jira] [Comment Edited] (LUCENE-7638) Optimize graph query produced by QueryBuilder

2017-02-20 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15875182#comment-15875182 ] Matt Weber edited comment on LUCENE-7638 at 2/21/17 12:38 AM

[jira] [Commented] (LUCENE-7638) Optimize graph query produced by QueryBuilder

2017-02-20 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15875182#comment-15875182 ] Matt Weber commented on LUCENE-7638: [~jim.ferenczi] [~mikemccand] Could we apply the same

[jira] [Commented] (LUCENE-7638) Optimize graph query produced by QueryBuilder

2017-02-07 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15856188#comment-15856188 ] Matt Weber commented on LUCENE-7638: [~jim.ferenczi] Sorry so late been swamped. Anyways

[jira] [Commented] (LUCENE-5012) Make graph-based TokenFilters easier

2017-01-19 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15830136#comment-15830136 ] Matt Weber commented on LUCENE-5012: Thanks [~mikemccand] there was a lot of additional changes! I

[jira] [Updated] (LUCENE-5012) Make graph-based TokenFilters easier

2017-01-17 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated LUCENE-5012: --- Attachment: LUCENE-5012.patch Patch for current master. {{testSynAfterDecompoundStageAnalyzer

[jira] [Commented] (LUCENE-7638) Optimize graph query produced by QueryBuilder

2017-01-17 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15826311#comment-15826311 ] Matt Weber commented on LUCENE-7638: Ok this is great. So going forward we should assume

[jira] [Commented] (LUCENE-5012) Make graph-based TokenFilters easier

2017-01-17 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15826257#comment-15826257 ] Matt Weber commented on LUCENE-5012: [~mikemccand] So I was looking into supporting incoming graphs

[jira] [Commented] (LUCENE-7638) Optimize graph query produced by QueryBuilder

2017-01-16 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824462#comment-15824462 ] Matt Weber commented on LUCENE-7638: [~jim.ferenczi] I have mixed feelings about that as I can see

[jira] [Commented] (LUCENE-7638) Optimize graph query produced by QueryBuilder

2017-01-16 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824319#comment-15824319 ] Matt Weber commented on LUCENE-7638: I think the problem here is that we lose minimum should match

[jira] [Commented] (LUCENE-7603) Support Graph Token Streams in QueryBuilder

2016-12-31 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15789729#comment-15789729 ] Matt Weber commented on LUCENE-7603: Great thank you both! I have updated the brach_6x PR

[jira] [Commented] (LUCENE-7603) Support Graph Token Streams in QueryBuilder

2016-12-29 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15786980#comment-15786980 ] Matt Weber commented on LUCENE-7603: [~dsmiley] . Thank you for the review! I was able to come up

[jira] [Commented] (LUCENE-7603) Support Graph Token Streams in QueryBuilder

2016-12-28 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15783462#comment-15783462 ] Matt Weber commented on LUCENE-7603: Thanks for reviewing [~mikemccand]! I have added the missing

[jira] [Created] (LUCENE-7603) Support Graph Token Streams in QueryBuilder

2016-12-26 Thread Matt Weber (JIRA)
Matt Weber created LUCENE-7603: -- Summary: Support Graph Token Streams in QueryBuilder Key: LUCENE-7603 URL: https://issues.apache.org/jira/browse/LUCENE-7603 Project: Lucene - Core Issue Type

[PATCH v2] hwmon: (amc6821) sign extension temperature

2016-11-18 Thread Matt Weber
From: Jared Bents <jared.be...@rockwellcollins.com> Converts the unsigned temperature values from the i2c read to be sign extended as defined in the datasheet so that negative temperatures are properly read. Signed-off-by: Jared Bents <jared.be...@rockwellcollins.com> Signed-off-by

[PATCH] hwmon: (amc6821) sign extension temperature

2016-11-16 Thread Matt Weber
From: Jared Bents <jared.be...@rockwellcollins.com> Converts the unsigned temperature values from the i2c read to be sign extended as defined in the datasheet so that negative temperatures are properly read. Signed-off-by: Jared Bents <jared.be...@rockwellcollins.com> Signed-off-by

[U-Boot] [PATCH v3] fsl-ifc-nand : Corrected the programming of chip select

2016-09-26 Thread Matt Weber
Corrected the chip selection in IFC_NAND_CSEL register. Due to this issue in multi-chip nand use-case, IFC was always pointing to the last probed chip even though the user select another device through "nand device " command. Also, remove the usage of ifc_ctrl->cs_nand from driver as chipselect

[U-Boot] [PATCH v2] fsl-ifc-nand : Corrected the programming of chip select

2016-09-07 Thread Matt Weber
Corrected the chip selection in IFC_NAND_CSEL register. Due to this issue in multi-chip nand use-case, IFC was always pointing to the last probed chip even though the user select another device through "nand device " command. Also, remove the usage of ifc_ctrl->cs_nand from driver as chipselect

[U-Boot] [PATCH] fsl_ifc_nand: Added random output enable cmd

2016-09-06 Thread Matt Weber
This patch adds random output enable command support in IFC nand controller driver. This command implements change read column (05h-E0h). Signed-off-by: Ronak Desai Signed-off-by: Matthew Weber ---

[U-Boot] [PATCH] fsl-ifc-nand : Corrected the programming of chip select

2016-09-06 Thread Matt Weber
Corrected the chip selection in IFC_NAND_CSEL register. Due to this issue in multi-chip nand use-case, IFC was always pointing to the last probed chip even though the user select another device through "nand device" command. Signed-off-by: Ronak Desai

[jira] [Commented] (SOLR-7495) Unexpected docvalues type NUMERIC when grouping by a int facet

2016-04-11 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15236395#comment-15236395 ] Matt Weber commented on SOLR-7495: -- group.facet also breaks range queries. I'm finding v5 almost non

[jira] [Commented] (SOLR-8743) Data loss on shard recovery and leader election

2016-02-27 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15170810#comment-15170810 ] Matt Weber commented on SOLR-8743: -- Thank you for reopening, I feel it is a bug in step 6. In step 5 when

[jira] [Created] (SOLR-8743) Data loss on shard recovery and leader election

2016-02-26 Thread Matt Weber (JIRA)
Matt Weber created SOLR-8743: Summary: Data loss on shard recovery and leader election Key: SOLR-8743 URL: https://issues.apache.org/jira/browse/SOLR-8743 Project: Solr Issue Type: Bug

[PATCH 1/1] coreutil mkdir: ignore -z when selinux is runtime disabled

2015-05-11 Thread Matt Weber
Fixes the case of using mkdir in inittab where a system might boot with selinux disable during testing and still needs the folders created by this command for ram mounts, etc before a mount -a. Currently it errors out and doesn't create the folder. Signed-off-by: Matthew Weber

[PATCH 1/1] applets: Add installation of individual binaries

2015-05-08 Thread Matt Weber
From: Clayton Shotwell clayton.shotw...@rockwellcollins.com Adding support to install individual binaries if the option is enabled. This also installs the shared libbusybox.so.* library. Signed-off-by: Clayton Shotwell clayton.shotw...@rockwellcollins.com Signed-off-by: Matt Weber matthew.we

2.0 ETA

2015-04-20 Thread Matt Weber
Is there an ETA for 2.0? -- Thanks, Matt Weber -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscr...@googlegroups.com. To view

Re: 2.0 ETA

2015-04-20 Thread Matt Weber
as much information as you hoped, we are all looking forward to this release and items on this checklist are very high priorities! On Mon, Apr 20, 2015 at 10:55 PM, Matt Weber m...@mattweber.org wrote: Is there an ETA for 2.0? -- Thanks, Matt Weber -- You received this message because you

Re: Accuracy issue of aggregation results

2014-09-16 Thread Matt Weber
://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-aggregations-bucket-terms-aggregation.html#_shard_size [2] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-aggregations-bucket-terms-aggregation.html#_minimum_document_count Thanks, Matt Weber On Tue, Sep 16

Re: reduce-style aggregators

2014-08-09 Thread Matt Weber
You will be able to do this soon. See: https://github.com/elasticsearch/elasticsearch/pull/7075 Thanks, Matt Weber On Aug 9, 2014 10:44 AM, James Cook djamesc...@gmail.com wrote: There seems to be some reluctance by ES team to provide scrip table aggregators, or perhaps it's on a roadmap

Re: n:m lookup filter

2014-07-25 Thread Matt Weber
It's currently blocked until we can figure out a way to prevent a bad query from triggering an OOM error. The goal (as far as I've been told) is to get this in, but no ETA. I need to update the PR to the latest master as there have been significant changes as well. Thanks, Matt Weber On Jul 25

Elasticsearch 1.3 Transform Scripts

2014-07-24 Thread Matt Weber
will be the default, but you can write native transform scripts as well [2]. [1] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-transform.html#mapping-transform [2] https://github.com/imotov/elasticsearch-native-script-example/pull/7 Thanks, Matt Weber -- You received

Re: Elasticsearch 1.3 Transform Scripts

2014-07-24 Thread Matt Weber
job! Thanks, Matt Weber On Thu, Jul 24, 2014 at 7:01 PM, Nikolas Everett nik9...@gmail.com wrote: I wanted to do conditional copy_to and Andrian suggested implementing scripted transforms instead. Much more flexible. They mesh well with the shift to groovy too because groovy is much more

Re: Corss-index parent/child relationship

2014-06-26 Thread Matt Weber
See PR #3278. Hopefully it will get merged into one of the next releases. https://github.com/elasticsearch/elasticsearch/pull/3278 Thanks, Matt Weber On Thu, Jun 26, 2014 at 12:10 AM, Thomas thomas.bo...@gmail.com wrote: Hi, Unfortunately this is not supported by elasticsearch

Re: Corss-index parent/child relationship

2014-06-26 Thread Matt Weber
I have not tested routing but I did put that functionality in so it should work fine. Let me know if you have any issues! Thanks, Matt Weber On Thu, Jun 26, 2014 at 7:20 PM, Drew Kutcharian d...@venarc.com wrote: Thanks Matt, that feature is exactly what we need. One thing I couldn’t

Re: Trigram-accelerated regex searches

2014-05-22 Thread Matt Weber
to reverse your query string as the wildcard query is not analyzed. [1] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/analysis-reverse-tokenfilter.html#analysis-reverse-tokenfilter Thanks, Matt Weber On Thu, May 22, 2014 at 11:09 AM, Erik Rose grinche...@gmail.com wrote: Martijn

Re: ElasticSearch vs Solr integration with Tomcat6

2014-05-09 Thread Matt Weber
I would be best to manage elasticsearch outside of tomcat and use the java or rest api to communicate with ES from within your app. If you absolutely must run ES within tomcat, have a look at the wares transport[1]. [1] https://github.com/elasticsearch/elasticsearch-transport-wares Thanks, Matt

Re: Solr SearchComponent-like functionality?

2014-04-18 Thread Matt Weber
/en/elasticsearch/reference/current/query-dsl-function-score-query.html [2] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-scripting.html#_native_java_scripts Thanks, Matt Weber On Thu, Apr 17, 2014 at 11:54 PM, Srinivasan Ramaswamy ursva...@gmail.comwrote: I would

Re: Solr SearchComponent-like functionality?

2014-04-18 Thread Matt Weber
and make the script return as quick as possible. [1] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-match-all-query.html [2] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-rescore.html Thanks, Matt Weber On Fri, Apr 18, 2014

Re: Query and Filter

2014-04-18 Thread Matt Weber
at http://www.elasticsearch.org/blog/all-about-elasticsearch-filter-bitsets/. [1] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-core-types.html#string [2] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-bool-filter.html Thanks, Matt

Re: Query and Filter

2014-04-18 Thread Matt Weber
that 'where.processId'? On Friday, April 18, 2014 4:07:31 PM UTC-4, Matt Weber wrote: Chances are your appId and processId fields are analyzed so it is breaking up the id's. Update your mapping of these fields so it is not analyzed [1]. Also, you should not use an and filter to combine term

Re: Java Serialization of Exceptions

2014-03-21 Thread Matt Weber
If this is a concern, why not have your client's use the REST api so they don't need to worry about matching their java version with the java version of the search cluster? Thanks, Matt Weber On Fri, Mar 21, 2014 at 12:07 PM, kimchy kim...@gmail.com wrote: Not trivializing the bug at all

Re: How to join 2 indexes at query time

2014-02-26 Thread Matt Weber
How about using parent/child functionality? https://gist.github.com/mattweber/96f3515fc4453a5cb0db Thanks, Matt Weber On Wed, Feb 26, 2014 at 7:45 PM, Jayesh Bhoyar jsbonline2...@gmail.comwrote: Hi Binh, Thanks for the answer. Is there any case if I index this data into same index

Re: 1.0.0RC1 broken changes

2014-01-15 Thread Matt Weber
Use the master docs http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/index.html Looks like your call should be: /_nodes/4oL7COyQTNiQPa4xZ76Pfg/stats?all=trueplugin=true Thanks, Matt Weber On Wed, Jan 15, 2014 at 12:31 PM, Roy Russo royru...@gmail.com wrote: Hello

Re: How to configure and implement Synonyms with multi words.

2014-01-09 Thread Matt Weber
He is a little example of query time multi-word synonyms: https://gist.github.com/mattweber/7374591 Hope this helps. Thanks, Matt Weber On Thu, Jan 9, 2014 at 12:56 AM, Jayesh Bhoyar jsbonline2...@gmail.comwrote: Also I have another scenario where my index is having words like software

Re: Filter and Query same taking some time

2014-01-09 Thread Matt Weber
Use a filtered query, not an outer filter. You only want to use that outer filter when you are faceting and don't want the filter to change the facet counts. http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-filtered-query.html Thanks, Matt Weber On Thu, Jan 9

Re: Plain filter and constant_score

2013-12-30 Thread Matt Weber
be using a filtered query [1] or as you discovered a constant score query if you only want to execute a filter. BTW, in elasticsearch 1.0, this outer filter has been renamed to post_filter to avoid some of the confusion. Thanks, Matt Weber On Mon, Dec 30, 2013 at 2:53 PM, Han JU ju.han.fe

Re: Ramdirectory

2011-02-25 Thread Matt Weber
I have used this without issue. In the example solrconfig.xml replace this line: directoryFactory name=DirectoryFactory class=${solr.directoryFactory:solr.StandardDirectoryFactory}/ with this one: directoryFactory name=DirectoryFactory class=solr.RAMDirectoryFactory/ Thanks, Matt Weber

LetterTokenizer + EdgeNGram + apostrophe in query = invalid result

2011-02-25 Thread Matt Weber
of trunk Solr (r1073990) and the example solrconfig.xml. I am also using the example schema with the addition of my ngram field. Any ideas? I have tried this with other word's containing an apostrophe and they all stop returning results after 4 characters. Thanks, Matt Weber

Re: [VOTE] Pick your preferred name

2010-08-31 Thread Matt Weber
Don't know if this is an open vote... but if it is: Apache Connectors Framework Apache Yukon Apache Manifold -- Thanks, Matt Weber 3:58 PM, Mark Miller markrmil...@gmail.com wrote: Apache Manifold Apache Connectors Framework Apache Yukon - mark On 8/31/10 6:54 PM, Karl Wright wrote

Re: About name change

2010-08-30 Thread Matt Weber
-- Thanks, Matt Weber 2:20 PM, Karl Wright daddy...@gmail.com wrote: I'm not going to go head-to-head with you trying to split hairs. ;-) Can we agree that something like ContentCF is a possibility under your guidelines?  (I'm not proposing that, I'm just trying to open the field up a bit

[jira] Commented: (SOLR-1177) Distributed TermsComponent

2009-12-12 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12789794#action_12789794 ] Matt Weber commented on SOLR-1177: -- The latest SOLR-1139 patch is included inside

[jira] Updated: (SOLR-1139) SolrJ TermsComponent Query and Response Support

2009-12-12 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated SOLR-1139: - Attachment: SOLR-1139.patch Updated patch in preparation for SOLR-1177 SolrJ TermsComponent Query

[jira] Updated: (SOLR-1177) Distributed TermsComponent

2009-12-12 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated SOLR-1177: - Attachment: SOLR-1177.patch New patch that DOES NOT include the code for SOLR-1139. Make sure you have

[jira] Commented: (SOLR-1177) Distributed TermsComponent

2009-12-11 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12789336#action_12789336 ] Matt Weber commented on SOLR-1177: -- Thanks for the update Yonik! I will see if I can get

[jira] Updated: (SOLR-1177) Distributed TermsComponent

2009-12-11 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated SOLR-1177: - Attachment: SOLR-1177.patch Here is an updated patch that includes Shalin's suggestions: - replace

[jira] Commented: (SOLR-1488) autoCommit when idle

2009-10-03 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12761910#action_12761910 ] Matt Weber commented on SOLR-1488: -- Forgot to mention, the new parameter used to configure

[jira] Updated: (SOLR-1139) SolrJ TermsComponent Query and Response Support

2009-10-03 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated SOLR-1139: - Attachment: SOLR-1139.patch Updating patch to work with latest trunk since SOLR-1156 has been committed

[jira] Updated: (SOLR-1139) SolrJ TermsComponent Query and Response Support

2009-10-03 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated SOLR-1139: - Attachment: SOLR-1139.patch Updated test to use EmbeddedSolrServer and not depend on example as Yonik

  1   2   >