Re: Help with StopFilterFactory

2014-09-02 Thread heaven
Jira issue: https://issues.apache.org/jira/browse/SOLR-6468 -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-StopFilterFactory-tp4153839p4156373.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help with StopFilterFactory

2014-08-28 Thread heaven
Hello, Any thoughts on this? Should I open a jira ticket? Or how can we engage at least one of Solr devs to this issue? Best, Alex -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-StopFilterFactory-tp4153839p4155582.html Sent from the Solr - User mailing list

Re: Help with StopFilterFactory

2014-08-26 Thread heaven
in context: http://lucene.472066.n3.nabble.com/Help-with-StopFilterFactory-tp4153839p4155181.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help with StopFilterFactory

2014-08-26 Thread Jack Krupansky
2014 6:51 AM To: solr-user@lucene.apache.org Subject: Re: Help with StopFilterFactory So it sounds like a bug to me, doesn't it? Interned is full of complaints about this issue and why should all we suffer because of someone, who didn't know when and how to use this feature and as result go

Re: Help with StopFilterFactory

2014-08-26 Thread heaven
ation with Solr? Now we have to search alternatives because of such weird decisions. -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-StopFilterFactory-tp4153839p4155176.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help with StopFilterFactory

2014-08-26 Thread Jack Krupansky
: heaven Sent: Tuesday, August 26, 2014 6:02 AM To: solr-user@lucene.apache.org Subject: Re: Help with StopFilterFactory Hi, just tried your suggestion but get this error: And then I found the next: http://stackoverflow.com/questions/18668376/solr-4-4-stopfilterfactory-and-enablepositionincremen

Re: Help with StopFilterFactory

2014-08-26 Thread heaven
so useful for many people who do know how to use it? -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-StopFilterFactory-tp4153839p4155162.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help with StopFilterFactory

2014-08-26 Thread heaven
x27;t fit in my mind. Perhaps those who made this decision do not use Solr so they simply don't care, that's the only explanation I can find. -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-StopFilterFactory-tp4153839p4155157.html Sent from the Solr

Re: Help with StopFilterFactory

2014-08-25 Thread Jack Krupansky
lr users is not well highlighted for Solr users. Sorry about that. In any case, try adding enablePositionIncrements="false", reindex, and see what happens. -- Jack Krupansky -Original Message- From: heaven Sent: Monday, August 25, 2014 3:37 AM To: solr-user@lucene.apache.org

Re: Help with StopFilterFactory

2014-08-25 Thread heaven
er0sleep\")" And the invalid one has: "parsedquery_toString": "+(url_words_ngram:\"? twitter com zer0sleep\")" So "https" part was replaced with a "?". -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-StopFilter

Re: Help with StopFilterFactory

2014-08-24 Thread Jack Krupansky
Sent: Sunday, August 24, 2014 12:47 PM To: solr-user@lucene.apache.org Subject: Re: Help with StopFilterFactory The problem is in #4: 4. if I index twitter.com/testuser and search for https://twitter.com/testuser I am getting 0 matches even though "https" should be filtered out by the St

Re: Help with StopFilterFactory

2014-08-24 Thread heaven
es the problem completely, what we can add to it now is that schema version is 1.5 and autoGeneratePhraseQueries is set to true. I remember about the debug output, will be able to add it tomorrow morning. -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-StopFilterF

Re: Help with StopFilterFactory

2014-08-24 Thread Jack Krupansky
rue query parameter and post the parsed query so that we can see what was really generated for the query. -- Jack Krupansky -Original Message- From: heaven Sent: Sunday, August 24, 2014 12:04 PM To: solr-user@lucene.apache.org Subject: Re: Help with StopFilterFactory I don'

Re: Help with StopFilterFactory

2014-08-24 Thread heaven
Just a guess but it seems that auto phase generation and stop filter factory don't know of each other. Here's the current field configuration: {code} {code} -- View this message in context: http://lucene.472066.n3.nabble.com

Re: Help with StopFilterFactory

2014-08-24 Thread heaven
search for https://twitter.com/testuser I am getting 0 matches even though "https" should be filtered out by the StopFilterFactory. -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-StopFilterFactory-tp4153839p4154804.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help with StopFilterFactory

2014-08-24 Thread Jack Krupansky
upansky -Original Message- From: heaven Sent: Sunday, August 24, 2014 11:02 AM To: solr-user@lucene.apache.org Subject: Re: Help with StopFilterFactory Unfortunately I can't change the operator and phrase query for "https://twitter.com/testuser"; doesn't work as well.

Re: Help with StopFilterFactory

2014-08-24 Thread heaven
they still affect search. It should generate phases after solr.StopFilterFactory (if one is defined for a field). Or there should be another mechanism to remove blacklisted words like if there were no such words at all so they simply disappear. -- View this message in context: http://lucene.

Re: Help with StopFilterFactory

2014-08-21 Thread Shawn Heisey
On 8/21/2014 9:52 AM, Shawn Heisey wrote: > On 8/21/2014 8:40 AM, heaven wrote: >> With 1.5 schema it work but not as it is expected. I am indexing >> twitter.com/testuser and only need to get exact matches, not those that >> match "twitter" or "com". so my search results should contain just one >>

Re: Help with StopFilterFactory

2014-08-21 Thread Shawn Heisey
On 8/21/2014 8:40 AM, heaven wrote: > With 1.5 schema it work but not as it is expected. I am indexing > twitter.com/testuser and only need to get exact matches, not those that > match "twitter" or "com". so my search results should contain just one > record: > * http://twitter.com/testuser > > but

Re: Help with StopFilterFactory

2014-08-21 Thread heaven
.5 schema is: * http://twitter.com/testuser * http://twitter.com/otheruser (match by twitter and com) * http://twitter.com/anotheruser * etc, including all sites that match twitter and/or com (and there's a lot, and all are unrelated). -- View this message in context: http://lucene.47206

Re: Help with StopFilterFactory

2014-08-21 Thread Jack Krupansky
@lucene.apache.org Subject: Re: Help with StopFilterFactory On 8/21/2014 7:25 AM, heaven wrote: Any ideas? Doesn't that seems like a bug? I think it should have worked even with autoGeneratePhraseQueries enabled by the older schema version. The relative positions are the same -- it's 1,

Re: Help with StopFilterFactory

2014-08-21 Thread Shawn Heisey
On 8/21/2014 7:25 AM, heaven wrote: > Any ideas? Doesn't that seems like a bug? I think it should have worked even with autoGeneratePhraseQueries enabled by the older schema version. The relative positions are the same -- it's 1,2,3 in the index and 2,3,4 in the query. Absolute positions don't

Re: Help with StopFilterFactory

2014-08-21 Thread heaven
Any ideas? Doesn't that seems like a bug? -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-StopFilterFactory-tp4153839p4154202.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help with StopFilterFactory

2014-08-20 Thread heaven
blacklisted words. Is that somehow possible? Best, Alexader -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-StopFilterFactory-tp4153839p4153957.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help with StopFilterFactory

2014-08-20 Thread heaven
>From this page: http://wiki.apache.org/solr/SchemaXml >> autoGeneratePhraseQueries=true|false (in schema version 1.4 and later >> this now defaults to false) Just checked, I've so this may be true by default? -- View this message in context: http://lucene.472066.n3.

Re: Help with StopFilterFactory

2014-08-20 Thread heaven
View this message in context: http://lucene.472066.n3.nabble.com/Help-with-StopFilterFactory-tp4153839p4153944.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help with StopFilterFactory

2014-08-19 Thread Jack Krupansky
19, 2014 2:34 PM To: solr-user@lucene.apache.org Subject: Help with StopFilterFactory Hi, I have the next text field: url_stopwords.txt looks like: http https ftp www So very simple. In index I have: * twitter.com/testuser All these queries do match: * twitter.com/testuser * com/testuser * t

Help with StopFilterFactory

2014-08-19 Thread heaven
s. Why do they figure there at all? That doesn't make much sense. Regards, Alexander -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-StopFilterFactory-tp4153839.html Sent from the Solr - User mailing list archive at Nabble.com.