Tagged Questions
The multivalue tag has no wiki summary.
5
votes
3answers
2k views
What is the use of “multiValued” field type in Solr?
I'm new to Apache Solr. Even after reading the documentation part, I'm finding difficult to clearly understand the functionality and use of multiValued field type property. What internally Solr ...
3
votes
1answer
43 views
Importing Multivalue DB with SSIS into SQL
I would like to know if it is possible to Transfer Data into SQL Server from a multi value database file using SSIS.
The only thing that I could find online was using a bluefinity tool to achieve ...
3
votes
6answers
579 views
Multivalued Fields a Good Idea?
I have recently been introduced to the new Access 2007 feature which is multivalued fields. My initial impression is that it is a bad idea to make use of multiple values in a single field. ...
2
votes
4answers
52 views
C# & Linq: Grouping list members according to a list of values
I have a list of object which all expose a property of type IList.
Now I want to group this list by the values of that list. So let say for example:
OB1: Property is A, B, C
OB2: Property is D, C, ...
2
votes
1answer
197 views
GQL: Not equal filter on a multivalued property
Tinkering a little with GAE's datastore i've found that i can't think a proper way to filter out results using the inequality filter '!=' on a multivalued property:
class Entry(db.Model):
...
...
2
votes
2answers
2k views
Can I search Solr documents by member of a multi-value field?
I have a set of Solr documents containing (among other fields) multi-value fields with percentage data or -1 if the value is null, e.g.
<doc>
...
<arr name="alpha">
...
2
votes
1answer
826 views
Nested multi value specifiers in iPhone app's Settings bundle
I am trying to add nested multi value specifiers to my app's Settings bundle (something like what is done in the "Region Format" section of the International settings in the Settings app).
I have ...
2
votes
3answers
3k views
In Solr, How to query against one field for distinct set of values in a multi-valued field
I basically want Solr to search each record of the multivalued field for my search parameter.. read on for my example:
I am using Solr to index my data. I have application data in parallel arrays (in ...
2
votes
2answers
504 views
Writing a Path Coverage Tool
Currently, one of our production systems is handled by over 3000 programs written between 1986 and now . The code base is written in a non-standard language, which unfortunately lacks modern testing ...
2
votes
3answers
2k views
SSRS Grouping multiple tables based on Multi Value parameter
I have a report containing seven tables, each table returning a different set of values for a list of id's selected in a parameter list. I have the tables enclosed in a rectangle so that they print ...
1
vote
1answer
76 views
SOLR multi valued fields
The Scenario:
I have the following (simplified) database table scenario:
ID ProductName ProductCategory Colour Price
----------------------------------------------------------
1 ...
1
vote
1answer
147 views
JCR SQL2 Multivalue properties search
I want to do a search in the content repository using one or more of the values as an input parameter for a multivalue property
Something like: find all nodes with the primary type 'nt:unstructured' ...
1
vote
3answers
70 views
Multivalue Dependency violation?
i am confused about mvd violation, simply i cant figure out anything that will violate mvd, for example there are A B C three columns, each row is a tuple
A B C
a2 b2 c1
a1 ...
1
vote
0answers
66 views
Working with web service that return multi values to iphone
I'm building an iPhone application calling webservice that return single and multi values.
<soap:Body>
<VerifyAccNoResponse xmlns="http://tempuri.org/">
...
1
vote
1answer
1k views
SharePoint Custom List Form (Display) with Multi-value Lookup Field
I have created a Custom List Form in SharePoint Designer for displaying items in a SharePoint List (A). One of the fields is a lookup of another List (B) for which there can be multiple values.
In ...
1
vote
1answer
403 views
iOS Address Book error on ABMultiValueRef
I'm facing a problem accessing the address book of my iPad 2. In particular I have problems retrieving the email of my contacts. What I want to do is to access the address book, retrieve my contacts ...
1
vote
1answer
179 views
Drilling down (combination, via facets) on a Multivalued Solr field
I'm looking to drill down on a multivalued field that contains (space) delimited list of words; but still returning facets at each step of the drill-down.
Example Table
ID, Properties (multivalued ...
1
vote
1answer
304 views
SSRS - MultiValue Parameter “Select All” Problems
I am using SSRS 2008.
I have a multivalue, text, not blank parameter named personID. This parameter's available values are set to a dataset (let's call this dataset PersonQuery), which is tied to a ...
1
vote
4answers
547 views
Complex query in Solr, is it possible?
Hey guys, I am new to Solr, and want to accomplish the following scenario (below), but not sure if Solr is capable of handling cases like that:
The problem very straight forward, I want to build a ...
1
vote
1answer
517 views
SSRS: How to set Multiple Values on ParameterValue object?
The code below gets the values I have entered for my report parameters in a Windows interface I have written for SSRS. However this only works for parameters that do not allow MultiValue. Since ...
1
vote
2answers
193 views
jQuery multivalue selector
Do you know of any good way/plugin to do this with jquery or any description on how to approach this effectively.
1
vote
0answers
124 views
HashMap with multiple yet fixed number of labelled values
My requirement is to have a representation of a database table (row-column) through a HashMap. There are two aspects of a tabular format which I want to have using a Java HashMap :
1) Fixed number of ...
1
vote
1answer
471 views
Django haystack multivalued doesn't work
I've added a MultivaluedField to my index (haystack), I need to search for a ManyToMany related field, but it doesn't work.
The engine is WHOOSH.
This how my index looks like:
class ...
1
vote
2answers
2k views
In Solr, How to search for blank facets in a multi valued facet field and at the same time, simply returning proper matches
I have an application where users can pick car parts. They pick their vehicle and then pick vehicle attributes as facets. After they select their vehicle, they can pick facets like engine size, for ...
1
vote
2answers
728 views
Multi valued profile property mapping to AD in Sharepoint
I'm trying to map my skills and responsibilities profile sections to one of the custom properties in Active Directory (extensionattribute1 , 2, etc). I'm entering comma seperated values in AD and it's ...
0
votes
1answer
23 views
Solr copyField mixed with RegexTransformer
Scenario:
In the database I have a field called Categories which of type string and contains a number of digits pipe delimited such as 1|8|90|130|
What I want:
In Solr index, I want to have 2 ...
0
votes
1answer
31 views
Programmatically Check/Uncheck checkboxes of SSRS Multi-value Parameter
I have a report in SSRS 2005 that has a Multi-value parameter. When you run the report, is it possible to programmatically check or uncheck the checkboxes depending on what checkbox you check? In ...
0
votes
0answers
39 views
Using multivalue input in Report Builder 3.0
I am currently building a report where i have a multivalue parameter that i would like to pass to my SQL query and this seems not to be so easy.
I have a data set that queries my database and gets a ...
0
votes
1answer
44 views
Is there any workaround for sorting on multiValued field?
Sorting can be done on the "score" of the document, or on any multiValued="false" indexed="true" field provided that field is either non-tokenized (ie: has no Analyzer) or uses an Analyzer that ...
0
votes
0answers
42 views
Convenient way of handling multivalue fields in MySQL
My current table has a number of fields with semicolon-separated values, I intend do break this out into separate tables, making it 1-NF, but there are a number of problems in doing this:
I read the ...
0
votes
1answer
87 views
Storing multiple values in single property of Neo4j Lucene index
I want to store multiple values in a single index property of neo4j Lucene index, e.g.
IndexName: profile
property- Education: "Stanford University, Grad School", "Harvard University, MS"
property- ...
0
votes
2answers
91 views
Is there a multivalued field type available in PostgreSQL?
I want to know if it is possible to store multiple values in a field in PostgreSQL.
I have a table called Token with the columns id, text and category. category is a multivalued field. Is it ...
0
votes
1answer
154 views
Solr MultiValue Fields and adding values
I am building a search engine, and have a not so unique ID for a lot of different names... So, for example, there could be an id of B0051QVF7A which would have multiple names like "Kindle" "Amazon ...
0
votes
1answer
136 views
InAppSettingsKit multi value not showing options
I have just managed to create my settings.bundle and set up a selection of different settings. However when I run my app and view the settings via InAppSettingsKit, the multi value options aren't ...
0
votes
1answer
37 views
I'm not getting matches on my multi-valued fields
I have a couple of multi-valued fields in my schema, but when I search on terms that should produce results from these fields, no results come back.
For example, in my schema there is a multi-valued ...
0
votes
0answers
61 views
Solr thinks a string field is a multivalued. Why?
i'm trying to index a field in solr which is a string which may contain commas.
Solr doesn't care about the type string, and gives me this exception
http://pastie.org/2631085
(i'm running a custom ...
0
votes
1answer
51 views
SOLR: Is it it possible to index multiple timestamp:value pairs per document?
Is it possible in solr to index key-value pairs for a single document, like:
Document ID: 100
2011-05-01,20
2011-08-23,200
2011-08-30,1000
Document ID: 200
2011-04-23,10
2011-04-24,100
...
0
votes
1answer
102 views
Solr Searching Multivalued Fields
I have a multivalued field that appears like this :
<arr name="some_name">
<str>a-value-1 a-value-2 ....a-value-n</str>
<str>b-value-1 b-value-2 ...
0
votes
1answer
41 views
How to add a label to multi-value fields in LDAP
I think there is everything in the title but let me make an example to be more clear.
Let's take the mail attribute. It's a multi value attribute so I can store more than one email in there but how ...
0
votes
2answers
106 views
Groovy: MultiValueMap with Maps as keys
Heres's something I'm thinking about doing, and I want to know if you think it's a good idea or not.
I retrieve a bunch of rows from a database, which in groovy gives me a list of lists something ...
0
votes
1answer
101 views
Constructing multi-value JSON for Rails
I have the following javascript object containing a multi-value email property:
var contact = {
email = {
home = (
"me@home.com"
);
work = ...
0
votes
0answers
407 views
Reporting Services multi-value parameter problem
In a Reporting Services report I am mapping a dataset onto a multi-value parameter so that a code function can iterate rows to retrieve values for resource strings. The dataset returns two columns ...
0
votes
1answer
530 views
Reporting Services problem. Forward dependencies are not valid
I have a problem with a Reporting Services report. My report has two datasets, one that fetches the actual report data and one that fetches translated resource strings for displaying wherever literal ...
0
votes
3answers
45 views
Multi-dimensional search on a table
I have the following table that stores the preferences of the users in the system
UserId | Product | Brand | City |
-------------------------------------------
A | Soap | Tide ...
0
votes
1answer
91 views
WTForms - multi-value string to SelectMultipleField
I have a WTForm called TestForm with the following property:
areas = SelectMultipleField(u'Test Areas', choices=TestArea.names())
When I create a new instance of TestForm and pass in an object with ...
0
votes
0answers
156 views
solr array_to_string(array()) index error
I am getting error when i use array_to_string(array()) for multivalue.
My entity like this
< entity dataSource="ds-1" name="SolrTable" pk="Item_ID"
query="select a.Item_ID as ...
0
votes
1answer
312 views
SSRS Multi-Value Blank Default Bug
I have a dataset that returns a '' (blank) value amongst the other records. This dataset populates a multi-value drop-down parameter and the "Allow blank value" checkbox is checked in the Report ...
0
votes
1answer
137 views
multi-valued property query in GAE
class Person{
@Persistent
private List tags = ArrayList()
}
I want to let the user query a person based on his/her tag, so I had my query filter like this:
tags.contains(tagValue1)
and if the ...
0
votes
1answer
1k views
MySQL procedure to load data from staging table to other tables. Need to split up multivalue field in the process
I'm trying to export data from a multivalue database (Unidata) into MySQL. Lets say my source data was a person's ID number, their first name and all the states they've lived in. The states field is a ...
0
votes
3answers
404 views
Solr Mulivalued Problem
Consider The following is the json response i'm getting from the solr if i use multivalued = true for the fields.
{
"id":["1","2","3"],
"TS":["2010-06-28 00:00:00.0","2010-06-28 ...