Top "Field" questions

In computer science a field is a smaller piece of data from a larger collection.

MySQL field type for a comments field or text area

As the title says, I'm after a good field type for a comments field I have in a table. It …

mysql field longtext
Is it possible to do Solr faceting combining multiple fields, like distinct on multiple columns in RMDB?

Let's say I want to do faceting on the combination of two fields in my doc. For example: Field1 Field2 …

solr field facet
Inserting text and fields in Word 2010 header without using .Select

I am trying to fix up a Word 2010 page header containing fields for filename, save date and page number as …

vba header field word-2010
Hiding Fields in Java Inheritance

Within a class, a field that has the same name as a field in the superclass hides the superclass's field. …

java inheritance polymorphism field member-hiding
Select * for Github GraphQL Search

One of the advantage of Github Search v4 (GraphQL) over v3 is that it can selectively pick the fields that …

github field graphql github-api github-graphql
How can I improve performance of Field.set (perhap using MethodHandles)?

I'm writing some code that calls Field.set and Field.get many many thousands of times. Obviously this is very …

java performance reflection field methodhandle
Django - Determine field type of a variable passed to a template tag

I would like to write a Django template tag to which I can pass a variable. I would like the …

python django variables field templatetags
Regex for fixed width field

I need to match a fixed width field on a file layout with a regular expression. The field is numeric/…

regex field fixed-length-record