Daniel Stahl
Daniel Stahl
I get this error as well
I am interested in helping add this. Do I simply need to overload query_terms? If so, I believe I'd need to extract the term from the regex, which I don't...
I need to do partial word match while still doing compound searches. The "QueryParser" only supports TermQueries for single words, so I created a custom parser that uses Regex rather...
> Would it be more economical to have specialized a `PartialTermQuery` which only supports matching substrings of terms without the full generatlity of regular expressions (but possibly using `AutomatonWeight` internally)?...
> Would it be more economical to have specialized a `PartialTermQuery` which only supports matching substrings of terms without the full generatlity of regular expressions (but possibly using `AutomatonWeight` internally)?...
We are seeing this sporadically as well, almost always with larger uploads (100+ files)
Is there any updated ETA on this feature?
Hello, I recently did just this. Here is my code: `config={baseDN:baseDN, url: url, username, password, attributes:{ user: [ 'dn', 'distinguishedName', 'userPrincipalName', 'sAMAccountName', 'mail', 'lockoutTime', 'whenCreated', 'pwdLastSet', 'userAccountControl', 'employeeID', 'sn', 'givenName',...
Was about to submit my own PR for this then saw this one was pending. Any reason why this hasn't been merged?
I have the same problem. Interestingly, com.esotericsoftware.reflectasm_reflectasm-1.07-shaded.jar does exist in .ivy2/jars. If I rename that file to com.esotericsoftware.reflectasm_reflectasm-1.07.jar then spark will connect; though XGBoost doesn't actually work when I do...