Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
286 views

Deploying a Custom Field Types to the bin directory

As stated here custom field types (and any dlls they have a reference to?) must be deployed to the global assembly cache. Why, and what problems may arise by deploying to the bin directory? I’m ...
1
vote
1answer
1k views

what is RowOrdinal property in Sharepoint FieldType Definition

In Sharepoint it is not possible to add more than 16 Lookup-Fields to a single list. This limit is explained here: http://support.microsoft.com/?scid=kb%3Ben-us%3B823555&x=6&y=5 I found a ...
0
votes
1answer
30 views

How to change the field type of some fields in D7 after a migrate

I would like to find out how to change the field type of fields in D7. I have just migrated from D6, and some of my imagefields are wrongly converted into file fields. Some of my text fields are also ...
0
votes
1answer
74 views

Getting the actual type from reflection fieldInfo

I'm writing a generic wrapper around a software's GUI API which has the ability to process quite a few of its own 'built-in' types but I can't figure out how to get it what it needs. For example, I'm ...
0
votes
2answers
77 views

Solr - Find whole numberin float field

I need some guidance on how to properly index a field representing money. I need 130 to match 130.64. I tried the trie float configuration below. <fieldType name="float" ...
0
votes
1answer
152 views

Solr analyzer default type

For the definition below, what is the default type of the analyzer? Is the definition assumed for both query and index analyzers? <fieldType name="text_nicesort" class="solr.TextField" ...