| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
1260 (0.226s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Fuzzy searching documents over multiple fields using Solr - Solr - [mail # user]
|
|
...A simple "OR" boolean query will boost documents that have more matches. You can also selectively boost individual OR terms to control importance. And do and "AND" for the requir...
|
|
|
Author: Jack Krupansky,
2013-05-09, 15:30
|
|
|
Re: Use case for storing positions and offsets in index? - Solr - [mail # user]
|
|
...Term positions in the index are used for phrase query and span queries. There is a separate concept called "term vectors" that maintains positions as well. It is most useful for ...
|
|
|
Author: Jack Krupansky,
2013-05-09, 06:04
|
|
|
Re: Search identifier fields containing blanks - Solr - [mail # user]
|
|
...Geez, at this point, why not just escape the space with a backslash instead of all that extra cruft: q=+location:bookshelf myFieldName:G\ 23/60\ 12 or q=myFieldName:G...
|
|
|
Author: Jack Krupansky,
2013-05-09, 05:38
|
|
|
Re: Indexing Point Number - Solr - [mail # user]
|
|
...I presume you meant to substitute the pattern and replacement for this case: content title , . From: Upayavira S...
|
|
|
Author: Jack Krupansky,
2013-05-09, 05:34
|
|
|
Re: Tokenize Sentence and Set Attribute - Solr - [mail # user]
|
|
...Sounds like a very ambitious project. I'm sure you COULD do it in Solr, but not in very short order. Check out some discussion of simply searching within sentences: http://markma...
|
|
|
Author: Jack Krupansky,
2013-05-06, 17:22
|
|
|
Re: A couple of high level Solr issues - Lucene - [mail # dev]
|
|
...And "multicore" is one of my examples of what should "go away" as a legacy term. It should be simply "multiple collections", independent of whether it is single node and single-s...
|
|
|
Author: Jack Krupansky,
2013-05-06, 17:14
|
|
|
Re: Duplicated Documents Across shards - Solr - [mail # user]
|
|
...Oops... you're right, and before I started writing that response I had the thought that these should be "shardDir", but even that is confused. I think "replicaDir" or "collection...
|
|
|
Author: Jack Krupansky,
2013-05-06, 14:38
|
|
|
Re: A Comma /aSpace in a Query argument - Solr - [mail # user]
|
|
...Oops, and I neglected to mention that you can escape a single character with a backslash, or you can enclose the entire term in double quotes: q=myfield:aa,bb q=myfield:"aa,bb" &...
|
|
|
Author: Jack Krupansky,
2013-05-06, 14:01
|
|
|
Re: A Comma /aSpace in a Query argument - Solr - [mail # user]
|
|
...Commas, dots, hyphens, slashes, and semicolons do not need to be "escaped", but spaces do. But... be careful, because some analyzers will throw away all or most punctuation...
|
|
|
Author: Jack Krupansky,
2013-05-06, 13:51
|
|
|
Re: Duplicated Documents Across shards - Solr - [mail # user]
|
|
...I think if we had a more compehensible term for a "collection configuration directory", a lot of the confusion would go away. I mean, what the heck is an "instance" anyway? How d...
|
|
|
Author: Jack Krupansky,
2013-05-06, 13:44
|
|
|
|